<?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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <name>polymorphics_2.13</name>
    <groupId>io.gitlab.mhammons</groupId>
    <artifactId>polymorphics_2.13</artifactId>
    <packaging>jar</packaging>
    <description>Shim to use polymorphic methods from scala 3 &lt;DON'T DEPEND ON ME&gt;</description>
    <version>0.1.0</version>
    <url>https://gitlab.io/mhammons/slinc</url>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://spdx.org/licenses/Apache-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:git://gitlab.com/mhammons/slinc.git</connection>
        <developerConnection>scm:git:ssh://git@gitlab.com:mhammons/slinc.git</developerConnection>
        <url>https://gitlab.com/mhammons/slinc</url>
    </scm>
    <developers>
        <developer>
            <id>mhammons</id>
            <name>Mark Hammons</name>
            <url>https://gitlab.io/mhammons</url>
        </developer>
    </developers>
    <properties> </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.7</version>
        </dependency>
    </dependencies>
</project>
