<?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>org.json4s</groupId>
    <artifactId>json4s-ast_sjs0.6_2.11</artifactId>
    <packaging>jar</packaging>
    <description>json4s-ast</description>
    <version>4.0.0-M1</version>
    <name>json4s-ast</name>
    <inceptionYear>2013</inceptionYear>
    <organization>
        <name>org.json4s</name>
    </organization>
    <url>https://github.com/json4s/json4s-ast</url>
    <licenses>
        <license>
            <name>Apache</name>
            <url>http://opensource.org/licenses/Apache-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>git@github.com:json4s/json4s-ast.git</url>
        <connection>scm:git:git@github.com:json4s/json4s-ast.git</connection>
    </scm>
    <developers>
        <developer>
            <name>Ivan Porto Carrero</name>
            <email>ivan@flanders.co.nz</email>
            <url>http://flanders.co.nz</url>
        </developer>
        <developer>
            <name>Ross A. Baker</name>
            <email>ross@rossabaker.com</email>
            <url>http://www.rossabaker.com/</url>
        </developer>
        <developer>
            <name>Matthew de Detrich</name>
            <email>mdedetrich@gmail.com</email>
            <url>http://mdedetrich.github.io</url>
        </developer>
    </developers>
    <contributors>
        <contributor>
            <name>Bryce Anderson</name>
            <email>bryce.anderson22@gmail.com</email>
            <url>http://bryceanderson.net</url>
        </contributor>
        <contributor>
            <name>Eugene Yokota</name>
            <email>eed3si9n@gmail.com</email>
            <url>http://eed3si9n.com/</url>
        </contributor>
        <contributor>
            <name>Matt Farmer</name>
            <url>http://farmdawgnation.com/</url>
        </contributor>
        <contributor>
            <name>James Roper</name>
            <email>james@jazzy.id.au</email>
            <url>https://jazzy.id.au/</url>
        </contributor>
        <contributor>
            <name>Johannes Rudolph</name>
            <email>johannes.rudolph@gmail.com</email>
            <url>http://virtual-void.net</url>
        </contributor>
        <contributor>
            <name>Erik Osheim</name>
        </contributor>
        <contributor>
            <name>Jon Pretty</name>
            <url>http://rapture.io/</url>
        </contributor>
        <contributor>
            <name>Kazuhiro Sera</name>
            <email>seratch@gmail.com</email>
            <url>http://seratch.net//</url>
        </contributor>
        <contributor>
            <name>Mathias</name>
            <url>http://www.decodified.com</url>
        </contributor>
    </contributors>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.7</version>
        </dependency>
        <dependency>
            <groupId>org.scala-js</groupId>
            <artifactId>scalajs-library_2.11</artifactId>
            <version>0.6.5</version>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_sjs0.6_2.11</artifactId>
            <version>1.12.5</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>ammonite-repl_2.11.7</artifactId>
            <version>0.4.9</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>