<?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>br.com.mobilemind</groupId>
    <artifactId>livereload_2.12_1.0</artifactId>
    <packaging>jar</packaging>
    <description>ScalaJS live reload</description>
    <url>https://github.com/mobilemindtec/scalajs-livereload</url>
    <version>0.2.5</version>
    <licenses>
        <license>
            <name>APL2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>livereload</name>
    <organization>
        <name>Mobild Mind</name>
        <url>https://mobilemind.com.br</url>
    </organization>
    <scm>
        <url>https://github.com/mobilemindtec/scalajs-livereload</url>
        <connection>scm:git@github.com:mobilemindtec/scalajs-livereload.git</connection>
    </scm>
    <developers>
        <developer>
            <id>ricardobocchi</id>
            <name>Ricardo Bocchi</name>
            <url>https://www.mobilemind.com.br</url>
            <email>ricardo@mobilemind.com.br</email>
        </developer>
    </developers>
    <properties>
        <scalaVersion>2.12</scalaVersion>
        <sbtVersion>1.0</sbtVersion>
        <extraDependencyAttributes xml:space="preserve">+organisation:#@#:+org.scala-js:#@#:+branch:#@#:+@#:NULL:#@:#@#:+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-scalajs_2.12_1.0:#@#:+revision:#@#:+1.15.0:#@#:+e:scalaVersion:#@#:+2.12:#@#:</extraDependencyAttributes>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.19</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-sbt</groupId>
            <artifactId>sbt</artifactId>
            <version>1.9.9</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>cask_2.12</artifactId>
            <version>0.9.2</version>
        </dependency>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>upickle_2.12</artifactId>
            <version>3.2.0</version>
        </dependency>
        <dependency>
            <groupId>org.scala-js</groupId>
            <artifactId>sbt-scalajs_2.12_1.0</artifactId>
            <version>1.15.0</version>
        </dependency>
    </dependencies>
</project>