<?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>ch.epfl.lara</groupId>
    <artifactId>cafebabe_2.12</artifactId>
    <packaging>jar</packaging>
    <description>Cafebabe</description>
    <url>https://github.com/psuter/cafebabe</url>
    <version>1.2</version>
    <licenses>
        <license>
            <name>Cafebabe License</name>
            <url>https://github.com/psuter/cafebabe/blob/master/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>Cafebabe</name>
    <organization>
        <name>ch.epfl.lara</name>
        <url>https://github.com/psuter/cafebabe</url>
    </organization>
    <scm>
        <url>git@github.com:psuter/cafebabe.git</url>
        <connection>scm:git:git@github.com:psuter/cafebabe.git</connection>
    </scm>
    <developers>
        <developer>
            <id>epfl-lara</id>
            <name>EPFL Lab for Automated Reasoning and Analysis</name>
            <url>http://lara.epfl.ch</url>
        </developer>
        <developer>
            <id>psuter</id>
            <name>Philippe Suter</name>
            <url>https://github.com/psuter</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.1</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.0.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>