<?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>co.fs2</groupId>
    <artifactId>fs2-io_2.13</artifactId>
    <packaging>jar</packaging>
    <description>fs2-io</description>
    <url>https://github.com/functional-streams-for-scala/fs2</url>
    <version>2.4.4</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>fs2-io</name>
    <organization>
        <name>co.fs2</name>
        <url>https://github.com/functional-streams-for-scala/fs2</url>
    </organization>
    <scm>
        <url>https://github.com/functional-streams-for-scala/fs2</url>
        <connection>git@github.com:functional-streams-for-scala/fs2.git</connection>
    </scm>
    <developers>
        <developer>
            <id>pchiusano</id>
            <name>Paul Chiusano</name>
            <url>http://github.com/pchiusano</url>
        </developer>
        <developer>
            <id>pchlupacek</id>
            <name>Pavel Chlupáček</name>
            <url>http://github.com/pchlupacek</url>
        </developer>
        <developer>
            <id>SystemFw</id>
            <name>Fabio Labella</name>
            <url>http://github.com/SystemFw</url>
        </developer>
        <developer>
            <id>alissapajer</id>
            <name>Alissa Pajer</name>
            <url>http://github.com/alissapajer</url>
        </developer>
        <developer>
            <id>djspiewak</id>
            <name>Daniel Spiewak</name>
            <url>http://github.com/djspiewak</url>
        </developer>
        <developer>
            <id>fthomas</id>
            <name>Frank Thomas</name>
            <url>http://github.com/fthomas</url>
        </developer>
        <developer>
            <id>runarorama</id>
            <name>Rúnar Ó. Bjarnason</name>
            <url>http://github.com/runarorama</url>
        </developer>
        <developer>
            <id>jedws</id>
            <name>Jed Wesley-Smith</name>
            <url>http://github.com/jedws</url>
        </developer>
        <developer>
            <id>mpilquist</id>
            <name>Michael Pilquist</name>
            <url>http://github.com/mpilquist</url>
        </developer>
        <developer>
            <id>durban</id>
            <name>Daniel Urban</name>
            <url>http://github.com/durban</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.2</version>
        </dependency>
        <dependency>
            <groupId>co.fs2</groupId>
            <artifactId>fs2-core_2.13</artifactId>
            <version>2.4.4</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-core_2.13</artifactId>
            <version>2.1.1</version>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>cats-effect_2.13</artifactId>
            <version>2.1.4</version>
        </dependency>
    </dependencies>
</project>