<?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>com.github.ethul</groupId>
    <artifactId>redis-algebra_2.11</artifactId>
    <packaging>jar</packaging>
    <description>redis-algebra</description>
    <version>0.1.3</version>
    <name>redis-algebra</name>
    <organization>
        <name>com.github.ethul</name>
    </organization>
    <url>https://github.com/ethul/redis-algebra</url>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://www.opensource.org/licenses/mit-license.php</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>https://github.com/ethul/redis-algebra</url>
        <connection>scm:git:git@github.com:ethul/redis-algebra.git</connection>
        <developerConnection>scm:git:git@github.com:ethul/redis-algebra.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>ethul</id>
            <name>Eric Thul</name>
            <url>https://github.com/ethul</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.2</version>
        </dependency>
        <dependency>
            <groupId>org.scalaz</groupId>
            <artifactId>scalaz-core_2.11</artifactId>
            <version>7.1.0</version>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2_2.11</artifactId>
            <version>2.4</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>