<?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>pl.msitko</groupId>
    <artifactId>xml-lens-optics_2.12</artifactId>
    <packaging>jar</packaging>
    <description>xml-lens-optics</description>
    <url>https://github.com/note/xml-lens</url>
    <version>0.1.0-RC2</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>xml-lens-optics</name>
    <organization>
        <name>pl.msitko</name>
        <url>https://github.com/note/xml-lens</url>
    </organization>
    <scm>
        <url>https://github.com/note/xml-lens</url>
        <connection>scm:git:git@github.com:note/xml-lens.git</connection>
    </scm>
    <developers>
        <developer>
            <id>note</id>
            <name>Michał Sitko</name>
            <url>https://github.com/note/</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.2</version>
        </dependency>
        <dependency>
            <groupId>pl.msitko</groupId>
            <artifactId>xml-lens-ast_2.12</artifactId>
            <version>0.1.0-RC2</version>
        </dependency>
        <dependency>
            <groupId>pl.msitko</groupId>
            <artifactId>xml-lens-tests-common_2.12</artifactId>
            <version>0.1.0-RC2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>pl.msitko</groupId>
            <artifactId>xml-lens-io_2.12</artifactId>
            <version>0.1.0-RC2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.github.julien-truffaut</groupId>
            <artifactId>monocle-core_2.12</artifactId>
            <version>1.5.0</version>
        </dependency>
        <dependency>
            <groupId>com.github.julien-truffaut</groupId>
            <artifactId>monocle-law_2.12</artifactId>
            <version>1.5.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>