<?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.github.dmytromitin</groupId>
    <artifactId>auxify-meta_2.11</artifactId>
    <packaging>jar</packaging>
    <description>Library providing macro/meta annotations @aux, @self, @instance, @apply, @delegated, @syntax</description>
    <url>https://github.com/DmytroMitin/AUXify</url>
    <version>0.7</version>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>auxify-meta</name>
    <organization>
        <name>Dmytro Mitin</name>
        <url>https://github.com/DmytroMitin</url>
    </organization>
    <scm>
        <url>https://github.com/DmytroMitin/AUXify</url>
        <connection>https://github.com/DmytroMitin/AUXify.git</connection>
    </scm>
    <developers>
        <developer>
            <id>DmytroMitin</id>
            <name>Dmytro Mitin</name>
            <url>https://github.com/DmytroMitin</url>
            <email>dmitin3@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.12</version>
        </dependency>
        <dependency>
            <groupId>ch.epfl.scala</groupId>
            <artifactId>scalafix-core_2.11</artifactId>
            <version>0.9.17</version>
        </dependency>
    </dependencies>
</project>