<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.github.IndiscriminateCoding</groupId>
    <artifactId>api4s-codegen_2.13</artifactId>
    <packaging>jar</packaging>
    <description>api4s-codegen</description>
    <url>https://github.com/IndiscriminateCoding/api4s</url>
    <version>0.2.7</version>
    <licenses>
        <license>
            <name>BSD3</name>
            <url>https://raw.githubusercontent.com/IndiscriminateCoding/api4s/dev/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>api4s-codegen</name>
    <organization>
        <name>com.github.IndiscriminateCoding</name>
        <url>https://github.com/IndiscriminateCoding/api4s</url>
    </organization>
    <scm>
        <url>https://github.com/IndiscriminateCoding/api4s</url>
        <connection>scm:git@github.com:IndiscriminateCoding/api4s.git</connection>
    </scm>
    <developers>
        <developer>
            <id>IndiscriminateCoding</id>
            <name>IndiscriminateCoding</name>
            <url>https://github.com/IndiscriminateCoding/</url>
            <email>28496046+IndiscriminateCoding@users.noreply.github.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.7</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-core_2.13</artifactId>
            <version>0.23.6</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-yaml_2.13</artifactId>
            <version>0.14.1</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-generic_2.13</artifactId>
            <version>0.14.1</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.2.10</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>