<?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>ch.epfl.lamp</groupId>
    <artifactId>steps_3</artifactId>
    <packaging>jar</packaging>
    <description>steps</description>
    <url>https://lampepfl.github.io/steps</url>
    <version>0.2.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://github.com/lampepfl/steps/blob/v0.2.0/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>steps</name>
    <organization>
        <name>ch.epfl.lamp</name>
        <url>https://lampepfl.github.io/steps</url>
    </organization>
    <scm>
        <url>https://github.com/lampepfl/steps</url>
        <connection>scm:git:https://github.com/lampepfl/steps.git</connection>
        <developerConnection>scm:git:git@github.com:lampepfl/steps.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>natsukagami</id>
            <name>Natsu Kagami</name>
            <url>https://github.com/natsukagami</url>
            <email>nki@fastmail.com</email>
        </developer>
        <developer>
            <id>hamzaremmal</id>
            <name>Hamza Remmal</name>
            <url>https://remmal.net</url>
            <email>hamza@remmal.net</email>
        </developer>
        <developer>
            <id>bracevac</id>
            <name>Oliver Bračevac</name>
            <url>https://bracevac.org</url>
            <email>oliver@bracevac.org</email>
        </developer>
        <developer>
            <id>bishabosha</id>
            <name>Jamie Thompson</name>
            <url>https://bishabosha.github.io</url>
            <email>thompsonjamesrichard@gmail.com</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.8.1</version>
        </dependency>
        <dependency>
            <groupId>org.scalameta</groupId>
            <artifactId>munit_3</artifactId>
            <version>0.7.29</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>Artifactory</id>
            <name>Artifactory</name>
            <url>https://repo.scala-lang.org/artifactory/maven-nightlies/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>