dwijnand / sbt-compat   1.2.6

Apache License 2.0 GitHub

An sbt plugin that backports parts of sbt 1's public API on top of sbt 0.13 implementation

Scala versions: 2.12 2.10
sbt plugins: 1.x 0.13

sbt-compat 1.0.0


Group ID:
com.dwijnand
Artifact ID:
sbt-compat
Version:
1.0.0
Release Date:
Aug 22, 2017
Licenses:
Files:

libraryDependencies += "com.dwijnand" % "sbt-compat" % "1.0.0"

Mill build tool

ivy"com.dwijnand:sbt-compat:1.0.0"

Scala CLI

//> using dep "com.dwijnand:sbt-compat:1.0.0"

Ammonite REPL

import $ivy.`com.dwijnand:sbt-compat:1.0.0`

<dependency>
  <groupId>com.dwijnand</groupId>
  <artifactId>sbt-compat</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.dwijnand', name: 'sbt-compat', version: '1.0.0'