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(
|
||||
Seq(
|
||||
organization := "org.scala-sbt",
|
||||
version := "1.1.3-SNAPSHOT",
|
||||
version := "1.1.4-SNAPSHOT",
|
||||
description := "sbt is an interactive build tool",
|
||||
bintrayOrganization := Some("sbt"),
|
||||
bintrayRepository := {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ object Dependencies {
|
|||
private val ioVersion = "1.1.6"
|
||||
private val utilVersion = "1.1.3"
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue