Zinc 1.1.5

This commit is contained in:
Eugene Yokota 2018-04-09 12:37:42 -04:00
parent 98e2b0b5d3
commit b9eb7764f3
2 changed files with 2 additions and 2 deletions

View File

@ -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 := {

View File

@ -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