<?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>net.pishen</groupId>
    <artifactId>minitime_sjs0.6_2.12</artifactId>
    <packaging>jar</packaging>
    <description>minitime</description>
    <url>https://github.com/pishen/minitime</url>
    <version>0.3.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>minitime</name>
    <organization>
        <name>net.pishen</name>
        <url>https://github.com/pishen/minitime</url>
    </organization>
    <scm>
        <url>https://github.com/pishen/minitime.git</url>
        <connection>scm:git:git@github.com:pishen/minitime.git</connection>
    </scm>
    <developers>
        <developer>
            <id>pishen</id>
            <name>Pishen Tsai</name>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.9</version>
        </dependency>
        <dependency>
            <groupId>org.scala-js</groupId>
            <artifactId>scalajs-library_2.12</artifactId>
            <version>0.6.28</version>
        </dependency>
        <dependency>
            <groupId>org.scala-js</groupId>
            <artifactId>scalajs-test-interface_2.12</artifactId>
            <version>0.6.28</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_sjs0.6_2.12</artifactId>
            <version>3.0.8</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.github.cquiroz</groupId>
            <artifactId>scala-java-time_sjs0.6_2.12</artifactId>
            <version>2.0.0-RC1</version>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>bintraypishenmaven</id>
            <name>bintray-pishen-maven</name>
            <url>https://dl.bintray.com/pishen/maven/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>