<?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.codecommit</groupId>
    <artifactId>gll-combinators_2.12</artifactId>
    <packaging>jar</packaging>
    <description>gll-combinators</description>
    <url>https://github.com/djspiewak/gll-combinators</url>
    <version>2.5-53b190b</version>
    <licenses>
        <license>
            <name>BSD-3-Clause</name>
            <url>http://www.opensource.org/licenses/bsd-license.php</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>gll-combinators</name>
    <inceptionYear>2021</inceptionYear>
    <organization>
        <name>Daniel Spiewak</name>
        <url>https://github.com/djspiewak/gll-combinators</url>
    </organization>
    <scm>
        <url>https://github.com/djspiewak/gll-combinators</url>
        <connection>git@github.com:djspiewak/gll-combinators.git</connection>
    </scm>
    <developers>
        <developer>
            <id>djspiewak</id>
            <name>Daniel Spiewak</name>
            <url>https://github.com/djspiewak</url>
            <email>@djspiewak</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.13</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-collection-compat_2.12</artifactId>
            <version>2.4.3</version>
        </dependency>
    </dependencies>
</project>