Merge pull request #4229 from eed3si9n/wip/bump

IO 1.2.0-M2
This commit is contained in:
eugene yokota 2018-06-25 19:39:07 -04:00 committed by GitHub
commit 3e32cf0318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -8,7 +8,7 @@ object Dependencies {
val baseScalaVersion = scala212
// sbt modules
private val ioVersion = "1.2.0-M1"
private val ioVersion = "1.2.0-M2"
private val utilVersion = "1.2.0-M1"
private val lmVersion = "1.2.0-M1"
private val zincVersion = "1.2.0-M1"

View File

@ -1,3 +1,5 @@
scalaVersion := "2.10.6"
externalPom()
lazy val root = (project in file("."))
.settings(
scalaVersion := "2.12.6",
externalPom()
)