<?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>fr.hammons</groupId>
    <artifactId>sbt-gluonfx_2.12_1.0</artifactId>
    <packaging>jar</packaging>
    <description>sbt-gluonfx</description>
    <version>0.0.1</version>
    <name>sbt-gluonfx</name>
    <organization>
        <name>fr.hammons</name>
    </organization>
    <properties>
        <scalaVersion>2.12</scalaVersion>
        <sbtVersion>1.0</sbtVersion>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.21</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-sbt</groupId>
            <artifactId>sbt</artifactId>
            <version>1.12.12</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.github.sbt</groupId>
            <artifactId>sbt-native-packager_2.12_1.0</artifactId>
            <version>1.11.7</version>
        </dependency>
        <dependency>
            <groupId>com.github.sbt</groupId>
            <artifactId>sbt2-compat_2.12_1.0</artifactId>
            <version>0.1.0</version>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>forgejo</id>
            <name>forgejo</name>
            <url>http://debian:3000/api/packages/mhammons/maven/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>