mirror of https://github.com/sbt/sbt.git
Bump util
This commit is contained in:
parent
7f58dd6261
commit
9dd1dff6cb
|
|
@ -1,7 +1,7 @@
|
|||
import Dependencies._
|
||||
import com.typesafe.tools.mima.core._, ProblemFilters._
|
||||
|
||||
def baseVersion = "0.1.0"
|
||||
def baseVersion = "1.0.0"
|
||||
|
||||
def commonSettings: Seq[Setting[_]] = Seq(
|
||||
scalaVersion := scala212,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ object Dependencies {
|
|||
val scala212 = "2.12.1"
|
||||
|
||||
private val ioVersion = "1.0.0-M9"
|
||||
private val utilVersion = "1.0.0-M17"
|
||||
private val utilVersion = "1.0.0-M18"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue