mirror of https://github.com/sbt/sbt.git
Zinc 1.1.5
This commit is contained in:
parent
98e2b0b5d3
commit
b9eb7764f3
|
|
@ -9,7 +9,7 @@ def buildLevelSettings: Seq[Setting[_]] =
|
||||||
inThisBuild(
|
inThisBuild(
|
||||||
Seq(
|
Seq(
|
||||||
organization := "org.scala-sbt",
|
organization := "org.scala-sbt",
|
||||||
version := "1.1.3-SNAPSHOT",
|
version := "1.1.4-SNAPSHOT",
|
||||||
description := "sbt is an interactive build tool",
|
description := "sbt is an interactive build tool",
|
||||||
bintrayOrganization := Some("sbt"),
|
bintrayOrganization := Some("sbt"),
|
||||||
bintrayRepository := {
|
bintrayRepository := {
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ object Dependencies {
|
||||||
private val ioVersion = "1.1.6"
|
private val ioVersion = "1.1.6"
|
||||||
private val utilVersion = "1.1.3"
|
private val utilVersion = "1.1.3"
|
||||||
private val lmVersion = "1.1.4"
|
private val lmVersion = "1.1.4"
|
||||||
private val zincVersion = "1.1.4"
|
private val zincVersion = "1.1.5"
|
||||||
|
|
||||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue