<?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.github.ahjohannessen</groupId>
    <artifactId>sec-fs2-client_3</artifactId>
    <packaging>jar</packaging>
    <description>sec-fs2-client</description>
    <url>https://github.com/ahjohannessen/sec</url>
    <version>0.48.0</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>sec-fs2-client</name>
    <inceptionYear>2020</inceptionYear>
    <organization>
        <name>Scala Event Sourcing Client for KurrentDB</name>
    </organization>
    <scm>
        <url>https://github.com/ahjohannessen/sec</url>
        <connection>scm:git:https://github.com/ahjohannessen/sec.git</connection>
        <developerConnection>scm:git:git@github.com:ahjohannessen/sec.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>ahjohannessen</id>
            <name>sec contributors</name>
            <url>https://github.com/ahjohannessen/sec/contributors</url>
            <email>@ahjohannessen</email>
        </developer>
        <developer>
            <id>ahjohannessen</id>
            <name>Alex Henning Johannessen</name>
            <url>https://github.com/ahjohannessen</url>
            <email>@ahjohannessen</email>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://javadoc.io/doc/io.github.ahjohannessen/sec-fs2-client_3/0.48.0/</info.apiURL>
        <info.releaseNotesUrl>https://github.com/ahjohannessen/sec/releases/tag/v0.48.0</info.releaseNotesUrl>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>io.github.ahjohannessen</groupId>
            <artifactId>sec-fs2_3</artifactId>
            <version>0.48.0</version>
        </dependency>
        <dependency>
            <groupId>io.github.ahjohannessen</groupId>
            <artifactId>sec-tsc_3</artifactId>
            <version>0.48.0</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.7.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.grpc</groupId>
            <artifactId>grpc-netty-shaded</artifactId>
            <version>1.76.0</version>
        </dependency>
    </dependencies>
</project>