<?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.buntec</groupId>
    <artifactId>ff4s_sjs1_3</artifactId>
    <packaging>jar</packaging>
    <description>ff4s</description>
    <url>https://buntec.github.io/ff4s</url>
    <version>0.26.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>ff4s</name>
    <inceptionYear>2022</inceptionYear>
    <organization>
        <name>buntec</name>
    </organization>
    <scm>
        <url>https://github.com/buntec/ff4s</url>
        <connection>scm:git:https://github.com/buntec/ff4s.git</connection>
        <developerConnection>scm:git:git@github.com:buntec/ff4s.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>buntec</id>
            <name>Christoph Bunte</name>
            <url>https://github.com/buntec</url>
            <email>@buntec</email>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://javadoc.io/doc/io.github.buntec/ff4s_sjs1_3/0.26.1/</info.apiURL>
        <info.releaseNotesUrl>https://github.com/buntec/ff4s/releases/tag/v0.26.1</info.releaseNotesUrl>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_sjs1_3</artifactId>
            <version>3.7.3</version>
        </dependency>
        <dependency>
            <groupId>org.scala-js</groupId>
            <artifactId>scalajs-library_2.13</artifactId>
            <version>1.20.1</version>
        </dependency>
        <dependency>
            <groupId>org.scala-js</groupId>
            <artifactId>scalajs-test-bridge_2.13</artifactId>
            <version>1.20.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>scalac-compat-annotation_3</artifactId>
            <version>0.1.4</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-js</groupId>
            <artifactId>scalajs-java-securerandom_sjs1_2.13</artifactId>
            <version>1.0.0</version>
        </dependency>
        <dependency>
            <groupId>io.github.buntec</groupId>
            <artifactId>scala-js-snabbdom_sjs1_3</artifactId>
            <version>0.2.0-M3</version>
        </dependency>
        <dependency>
            <groupId>org.scala-js</groupId>
            <artifactId>scalajs-dom_sjs1_3</artifactId>
            <version>2.8.1</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_sjs1_3</artifactId>
            <version>2.13.0</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-free_sjs1_3</artifactId>
            <version>2.13.0</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect_sjs1_3</artifactId>
            <version>3.6.3</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect-kernel_sjs1_3</artifactId>
            <version>3.6.3</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect-std_sjs1_3</artifactId>
            <version>3.6.3</version>
        </dependency>
        <dependency>
            <groupId>co.fs2</groupId>
            <artifactId>fs2-core_sjs1_3</artifactId>
            <version>3.12.2</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-dom_sjs1_3</artifactId>
            <version>0.2.12</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-client_sjs1_3</artifactId>
            <version>0.23.32</version>
        </dependency>
        <dependency>
            <groupId>org.http4s</groupId>
            <artifactId>http4s-circe_sjs1_3</artifactId>
            <version>0.23.32</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-generic_sjs1_3</artifactId>
            <version>0.14.15</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-literal_sjs1_3</artifactId>
            <version>0.14.15</version>
        </dependency>
        <dependency>
            <groupId>io.circe</groupId>
            <artifactId>circe-parser_sjs1_3</artifactId>
            <version>0.14.15</version>
        </dependency>
        <dependency>
            <groupId>com.armanbilge</groupId>
            <artifactId>fs2-dom_sjs1_3</artifactId>
            <version>0.2.1</version>
        </dependency>
    </dependencies>
</project>