<?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>bundle</packaging>
    <description>fs2-io</description>
    <url>https://github.com/typelevel/fs2</url>
    <version>2.5.10</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>fs2-io</name>
    <inceptionYear>2013</inceptionYear>
    <organization>
        <name>Functional Streams for Scala</name>
        <url>https://github.com/typelevel/fs2</url>
    </organization>
    <scm>
        <url>https://github.com/typelevel/fs2</url>
        <connection>git@github.com:typelevel/fs2.git</connection>
    </scm>
    <developers>
        <developer>
            <id>mpilquist</id>
            <name>Michael Pilquist</name>
            <url>https://github.com/mpilquist</url>
            <email>@mpilquist</email>
        </developer>
        <developer>
            <id>pchiusano</id>
            <name>Paul Chiusano</name>
            <url>https://github.com/pchiusano</url>
            <email>@pchiusano</email>
        </developer>
        <developer>
            <id>pchlupacek</id>
            <name>Pavel Chlupáček</name>
            <url>https://github.com/pchlupacek</url>
            <email>@pchlupacek</email>
        </developer>
        <developer>
            <id>SystemFw</id>
            <name>Fabio Labella</name>
            <url>https://github.com/SystemFw</url>
            <email>@SystemFw</email>
        </developer>
        <developer>
            <id>alissapajer</id>
            <name>Alissa Pajer</name>
            <url>https://github.com/alissapajer</url>
            <email>@alissapajer</email>
        </developer>
        <developer>
            <id>djspiewak</id>
            <name>Daniel Spiewak</name>
            <url>https://github.com/djspiewak</url>
            <email>@djspiewak</email>
        </developer>
        <developer>
            <id>fthomas</id>
            <name>Frank Thomas</name>
            <url>https://github.com/fthomas</url>
            <email>@fthomas</email>
        </developer>
        <developer>
            <id>runarorama</id>
            <name>Rúnar Ó. Bjarnason</name>
            <url>https://github.com/runarorama</url>
            <email>@runarorama</email>
        </developer>
        <developer>
            <id>jedws</id>
            <name>Jed Wesley-Smith</name>
            <url>https://github.com/jedws</url>
            <email>@jedws</email>
        </developer>
        <developer>
            <id>durban</id>
            <name>Daniel Urban</name>
            <url>https://github.com/durban</url>
            <email>@durban</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.6</version>
        </dependency>
        <dependency>
            <groupId>co.fs2</groupId>
            <artifactId>fs2-core_2.13</artifactId>
            <version>2.5.10</version>
        </dependency>
    </dependencies>
</project>