<?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.fs2-blobstore</groupId>
    <artifactId>url_2.12</artifactId>
    <packaging>jar</packaging>
    <description>url</description>
    <url>https://github.com/fs2-blobstore/fs2-blobstore</url>
    <version>0.9.12</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>url</name>
    <inceptionYear>2018</inceptionYear>
    <organization>
        <name>com.github.fs2-blobstore</name>
        <url>https://github.com/fs2-blobstore/fs2-blobstore</url>
    </organization>
    <scm>
        <url>https://github.com/fs2-blobstore/fs2-blobstore</url>
        <connection>scm:git:https://github.com/fs2-blobstore/fs2-blobstore.git</connection>
        <developerConnection>scm:git:git@github.com:fs2-blobstore/fs2-blobstore.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>rolandomanrique</id>
            <name>Rolando Manrique</name>
            <url>http://github.com/rolandomanrique</url>
        </developer>
        <developer>
            <id>stew</id>
            <name>Stew O'Connor</name>
            <url>https://github.com/stew</url>
        </developer>
        <developer>
            <id>gafiatulin</id>
            <name>Victor Gafiatulin</name>
            <url>https://github.com/gafiatulin</url>
        </developer>
        <developer>
            <id>jgogstad</id>
            <name>Jostein Gogstad</name>
            <url>https://github.com/jgogstad</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.18</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.2.17</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatestplus</groupId>
            <artifactId>scalacheck-1-17_2.12</artifactId>
            <version>3.2.17.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-simple</artifactId>
            <version>2.0.9</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_2.12</artifactId>
            <version>2.10.0</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-collection-compat_2.12</artifactId>
            <version>2.11.0</version>
        </dependency>
    </dependencies>
</project>