<?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.bigwheel</groupId>
    <artifactId>simple-json-interpolator-reader-argonaut_2.12</artifactId>
    <packaging>jar</packaging>
    <description>simple-json-interpolator-reader-argonaut</description>
    <url>https://github.com/bigwheel/simple-json-interpolator</url>
    <version>1.0</version>
    <licenses>
        <license>
            <name>BSD-3-Clause</name>
            <url>https://github.com/bigwheel/simple-json-interpolator/blob/master/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>simple-json-interpolator-reader-argonaut</name>
    <organization>
        <name>com.github.bigwheel</name>
        <url>https://github.com/bigwheel/simple-json-interpolator</url>
    </organization>
    <scm>
        <url>git@github.com:bigwheel/simple-json-interpolator.git</url>
        <connection>scm:git:git@github.com:bigwheel/simple-json-interpolator.git</connection>
    </scm>
    <developers>
        <developer>
            <id>bigwheel</id>
            <name>k.bigwheel</name>
            <url>https://github.com/bigwheel</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.6</version>
        </dependency>
        <dependency>
            <groupId>com.github.bigwheel</groupId>
            <artifactId>simple-json-interpolator_2.12</artifactId>
            <version>1.0</version>
        </dependency>
        <dependency>
            <groupId>io.argonaut</groupId>
            <artifactId>argonaut_2.12</artifactId>
            <version>[6.2,)</version>
        </dependency>
    </dependencies>
</project>