mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 04:14:18 +02:00
@@ -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"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
scalaVersion := "2.10.6"
|
||||
|
||||
externalPom()
|
||||
lazy val root = (project in file("."))
|
||||
.settings(
|
||||
scalaVersion := "2.12.6",
|
||||
externalPom()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user