sbt-release-io_2.12_1.0
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.scalauser12</groupId>
<artifactId>sbt-release-io_2.12_1.0</artifactId>
<version>0.4.1</version>
</dependency><?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>io.github.scalauser12</groupId>
<artifactId>sbt-release-io_2.12_1.0</artifactId>
<packaging>jar</packaging>
<description>An sbt plugin wrapping sbt-release with cats-effect IO</description>
<url>https://github.com/scalauser12/sbt-release-io</url>
<version>0.4.1</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>sbt-release-io</name>
<organization>
<name>io.github.scalauser12</name>
<url>https://github.com/scalauser12/sbt-release-io</url>
</organization>
<scm>
<url>https://github.com/scalauser12/sbt-release-io</url>
<connection>scm:git:git@github.com:scalauser12/sbt-release-io.git</connection>
</scm>
<developers>
<developer>
<id>scalauser12</id>
<name>Boris Kotsev</name>
<url>https://github.com/scalauser12</url>
<email>scalauser12@users.noreply.github.com</email>
</developer>
</developers>
<properties>
<scalaVersion>2.12</scalaVersion>
<sbtVersion>1.0</sbtVersion>
<info.versionScheme>early-semver</info.versionScheme>
<extraDependencyAttributes xml:space="preserve">+e:sbtVersion:#@#:+1.0:#@#:+module:#@#:+sbt-release_2.12_1.0:#@#:+e:scalaVersion:#@#:+2.12:#@#:+organisation:#@#:+com.github.sbt:#@#:+branch:#@#:+@#:NULL:#@:#@#:+revision:#@#:+1.4.0:#@#:</extraDependencyAttributes>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.21</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.scala-sbt</groupId>
<artifactId>sbt</artifactId>
<version>1.12.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect_2.12</artifactId>
<version>3.6.3</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_2.12</artifactId>
<version>4.23.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect-testing-specs2_2.12</artifactId>
<version>1.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.sbt</groupId>
<artifactId>sbt-release_2.12_1.0</artifactId>
<version>1.4.0</version>
</dependency>
</dependencies>
</project>