<?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>com.anjunar</groupId>
    <artifactId>scala-reflect_3</artifactId>
    <packaging>jar</packaging>
    <description>Compile-time reflection for Scala on JVM and Scala.js.</description>
    <url>https://github.com/anjunar/scala-reflect</url>
    <version>1.1.3</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scala-reflect</name>
    <organization>
        <name>Anjunar</name>
        <url>https://github.com/anjunar</url>
    </organization>
    <scm>
        <url>https://github.com/anjunar/scala-reflect</url>
        <connection>scm:git:git@github.com:anjunar/scala-reflect.git</connection>
    </scm>
    <developers>
        <developer>
            <id>anjunar</id>
            <name>Anjunar</name>
            <url>https://github.com/anjunar</url>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.8</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_3</artifactId>
            <version>3.2.19</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>