<?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>com.github.sbt</groupId>
  <artifactId>sbt-pgp</artifactId>
  <version>2.2.1</version>
  <name>pgp-library</name>
  <description>sbt-pgp provides PGP signing for sbt</description>
  <url>https://github.com/sbt/sbt-pgp</url>
  <inceptionYear>2011</inceptionYear>
  <organization>
    <name>com.github.sbt</name>
    <url>https://github.com/sbt/sbt-pgp</url>
  </organization>
  <licenses>
    <license>
      <name>BSD-3-Clause</name>
      <url>https://github.com/sbt/sbt-pgp/blob/develop/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jsuereth</id>
      <name>Josh Suereth</name>
      <email>@jsuereth</email>
      <url>https://github.com/jsuereth</url>
    </developer>
    <developer>
      <id>eed3si9n</id>
      <name>Eugene Yokota</name>
      <email>@eed3si9n</email>
      <url>https://eed3si9n.com/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:sbt/sbt-pgp.git</connection>
    <url>https://github.com/sbt/sbt-pgp</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>2.12.15</version>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcpg-jdk15on</artifactId>
      <version>1.69</version>
    </dependency>
    <dependency>
      <groupId>com.eed3si9n</groupId>
      <artifactId>gigahorse-okhttp_2.12</artifactId>
      <version>0.4.0</version>
    </dependency>
    <dependency>
      <groupId>org.specs2</groupId>
      <artifactId>specs2-core_2.12</artifactId>
      <version>3.10.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.scala-sbt</groupId>
      <artifactId>io_2.12</artifactId>
      <version>1.2.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.scala-lang.modules</groupId>
      <artifactId>scala-parser-combinators_2.12</artifactId>
      <version>1.1.2</version>
    </dependency>
  </dependencies>
</project>
