<?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>org.scodec</groupId>
    <artifactId>scodec-bits_2.13</artifactId>
    <packaging>jar</packaging>
    <description>scodec-bits</description>
    <url>https://github.com/scodec/scodec-bits</url>
    <version>1.1.30</version>
    <licenses>
        <license>
            <name>BSD-3-Clause</name>
            <url>https://github.com/scodec/scodec-bits/blob/main/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scodec-bits</name>
    <inceptionYear>2013</inceptionYear>
    <organization>
        <name>Scodec</name>
        <url>https://github.com/scodec/scodec-bits</url>
    </organization>
    <scm>
        <url>https://github.com/scodec/scodec-bits</url>
        <connection>git@github.com:scodec/scodec-bits.git</connection>
    </scm>
    <developers>
        <developer>
            <id>mpilquist</id>
            <name>Michael Pilquist</name>
            <url>https://github.com/mpilquist</url>
            <email>@mpilquist</email>
        </developer>
        <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>
    </developers>
    <properties>
        <info.versionScheme>pvp</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.7</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-reflect</artifactId>
            <version>2.13.7</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>