<?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>org.gnieh</groupId>
    <artifactId>diffson-circe_3</artifactId>
    <packaging>jar</packaging>
    <description>Json diff/patch library</description>
    <url>https://github.com/gnieh/diffson</url>
    <version>4.6.1</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>diffson-circe</name>
    <inceptionYear>2024</inceptionYear>
    <organization>
        <name>Diffson Project</name>
    </organization>
    <scm>
        <url>https://github.com/gnieh/diffson</url>
        <connection>scm:git:https://github.com/gnieh/diffson.git</connection>
        <developerConnection>scm:git:git@github.com:gnieh/diffson.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>satabin</id>
            <name>Lucas Satabin</name>
            <url>https://github.com/satabin</url>
            <email>@satabin</email>
        </developer>
        <developer>
            <id>ybasket</id>
            <name>Yannick Heiber</name>
            <url>https://github.com/ybasket</url>
            <email>@ybasket</email>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://javadoc.io/doc/org.gnieh/diffson-circe_3/4.6.1/</info.apiURL>
        <info.releaseNotesUrl>https://github.com/gnieh/diffson/releases/tag/v4.6.1</info.releaseNotesUrl>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.gnieh</groupId>
            <artifactId>diffson-core_3</artifactId>
            <version>4.6.1</version>
        </dependency>
        <dependency>
            <groupId>org.gnieh</groupId>
            <artifactId>diffson-testkit_3</artifactId>
            <version>4.6.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.3</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>scalac-compat-annotation_3</artifactId>
            <version>0.1.4</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-core_3</artifactId>
            <version>0.14.6</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-parser_3</artifactId>
            <version>0.14.6</version>
        </dependency>
    </dependencies>
</project>