<?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="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>au.id.tmm.bfect</groupId>
  <artifactId>bfect-testing_2.12</artifactId>
  <version>0.0.2</version>
  <name>au.id.tmm.bfect:bfect-testing</name>
  <description>Utilities for testing with bfect typeclass instances</description>
  <url>https://github.com/tmccarthy/bfect</url>
  <licenses>
    <license>
      <name>'BSD 3-Clause'</name>
      <url>'https://opensource.org/licenses/BSD-3-Clause'</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>'Timothy McCarthy'</name>
      <email>'ebh042@gmail.com'</email>
    </developer>
  </developers>
  <scm>
    <connection>git@github.com:tmccarthy/bfect.git</connection>
    <developerConnection>git@github.com:tmccarthy/bfect.git</developerConnection>
    <url>https://github.com/tmccarthy/bfect</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>2.12.8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>au.id.tmm.bfect</groupId>
      <artifactId>bfect-core_2.12</artifactId>
      <version>0.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.scalatest</groupId>
      <artifactId>scalatest_2.12</artifactId>
      <version>3.0.3</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>au.id.tmm</groupId>
      <artifactId>tmm-test-utils_2.12</artifactId>
      <version>0.2.15</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.pegdown</groupId>
      <artifactId>pegdown</artifactId>
      <version>1.4.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
