<?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>io.bullet</groupId>
    <artifactId>borer-derivation_2.13</artifactId>
    <packaging>jar</packaging>
    <description>CBOR and JSON (de)serialization in Scala</description>
    <url>https://github.com/sirthias/borer/</url>
    <version>1.8.0</version>
    <licenses>
        <license>
            <name>MPLv2</name>
            <url>https://www.mozilla.org/en-US/MPL/2.0/</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>derivation</name>
    <inceptionYear>2019</inceptionYear>
    <organization>
        <name>io.bullet</name>
        <url>https://github.com/sirthias/borer/</url>
    </organization>
    <scm>
        <url>https://github.com/sirthias/borer/</url>
        <connection>scm:git:git@github.com:sirthias/borer.git</connection>
    </scm>
    <developers>
        <developer>
            <id>sirthias</id>
            <name>Mathias Doenitz</name>
            <url>https://github.com/sirthias</url>
            <email>@sirthias</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-compiler</artifactId>
            <version>2.13.8</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.8</version>
        </dependency>
        <dependency>
            <groupId>io.bullet</groupId>
            <artifactId>borer-deriver_2.13</artifactId>
            <version>1.8.0</version>
        </dependency>
        <dependency>
            <groupId>io.bullet</groupId>
            <artifactId>borer-core_2.13</artifactId>
            <version>1.8.0</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-reflect</artifactId>
            <version>2.13.8</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>