<?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>de.halcony</groupId>
    <artifactId>conf-parser_3</artifactId>
    <packaging>jar</packaging>
    <description>a set of parsers for a variety of config files</description>
    <url>https://github.com/simkoc/scala-conf-parser</url>
    <version>0.0.6</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/license/mit</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>conf-parser</name>
    <organization>
        <name>halcony</name>
        <url>https://github.com/simkoc/scala-conf-parser</url>
    </organization>
    <scm>
        <url>https://github.com/simkoc/scala-conf-parser</url>
        <connection>scm:git@github.com:simkoc/scala-conf-parser.git</connection>
    </scm>
    <developers>
        <developer>
            <id>simkoc</id>
            <name>Simon Koch</name>
            <url>https://koch.science</url>
            <email>ossrh@halcony.de</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>semver-spec</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_3</artifactId>
            <version>3.2.19</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>de.halcony</groupId>
            <artifactId>scala-argparse_3</artifactId>
            <version>2.0.6</version>
        </dependency>
        <dependency>
            <groupId>io.spray</groupId>
            <artifactId>spray-json_3</artifactId>
            <version>1.3.6</version>
        </dependency>
        <dependency>
            <groupId>org.wvlet.airframe</groupId>
            <artifactId>airframe-log_3</artifactId>
            <version>2026.1.0</version>
        </dependency>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>fastparse_3</artifactId>
            <version>3.1.1</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.6.4</version>
        </dependency>
    </dependencies>
</project>