<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.kotlintest</groupId>
  <artifactId>kotlintest-assertions</artifactId>
  <version>3.4.2</version>
  <name>KotlinTest</name>
  <description>Kotlin Test Framework</description>
  <url>http://www.github.com/kotlintest/kotlintest</url>
  <licenses>
    <license>
      <name>The Apache 2.0 License</name>
      <url>https://opensource.org/licenses/Apache-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>sksamuel</id>
      <name>Stephen Samuel</name>
      <email>sam@sksamuel.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:http://www.github.com/kotlintest/kotlintest/</connection>
    <developerConnection>scm:git:http://github.com/sksamuel/</developerConnection>
    <url>http://www.github.com/kotlintest/kotlintest/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.3.50</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.arrow-kt</groupId>
      <artifactId>arrow-core-data</artifactId>
      <version>0.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.univocity</groupId>
      <artifactId>univocity-parsers</artifactId>
      <version>2.8.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.wumpz</groupId>
      <artifactId>diffutils</artifactId>
      <version>2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>0.11.91.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
