<?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.hanishi</groupId>
    <artifactId>zio-prism_3</artifactId>
    <packaging>jar</packaging>
    <description>Streaming, chunk-boundary-aware content rewriting for ZIO Streams — Chunk[Byte]-native.</description>
    <url>https://github.com/hanishi/zio-prism</url>
    <version>0.1.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>zio-prism</name>
    <organization>
        <name>Programmer LLC</name>
        <url>https://github.com/hanishi/zio-prism</url>
    </organization>
    <scm>
        <url>https://github.com/hanishi/zio-prism</url>
        <connection>scm:git:https://github.com/hanishi/zio-prism.git</connection>
    </scm>
    <developers>
        <developer>
            <id>hanishi</id>
            <name>Haruhiko Nishi</name>
            <url>https://github.com/hanishi</url>
            <email>haruhiko.nishi@programmer.llc</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.4</version>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio-streams_3</artifactId>
            <version>2.1.26</version>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio-test_3</artifactId>
            <version>2.1.26</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>dev.zio</groupId>
            <artifactId>zio-test-sbt_3</artifactId>
            <version>2.1.26</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>