<?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>fi.e257.testing</groupId>
    <artifactId>dirsuite_2.13</artifactId>
    <packaging>jar</packaging>
    <description>dirsuite</description>
    <url>https://gitlab.com/e257/testing/dirsuite</url>
    <version>0.31.0</version>
    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>dirsuite</name>
    <organization>
        <name>fi.e257.testing</name>
        <url>https://gitlab.com/e257/testing/dirsuite</url>
    </organization>
    <scm>
        <url>https://github.com/e257-fi/dirsuite</url>
        <connection>scm:git:https://github.com/e257-fi/dirsuite.git</connection>
    </scm>
    <developers>
        <developer>
            <id>e257</id>
            <name>E257</name>
            <url>https://e257.fi/devel</url>
            <email>dev-x64ae53@e257.fi</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.1</version>
        </dependency>
        <dependency>
            <groupId>com.github.pathikrit</groupId>
            <artifactId>better-files_2.13</artifactId>
            <version>3.8.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.13</artifactId>
            <version>3.1.0</version>
        </dependency>
    </dependencies>
</project>