Skip to content

Commit

Permalink
Scala 2.12.6 and other dependencies
Browse files Browse the repository at this point in the history
sbt 1.1.4
Scala 2.12.6
ScalaCheck 1.14.0
ScalaTest 3.0.5
  • Loading branch information
eed3si9n committed Apr 28, 2018
1 parent ccad6c4 commit 93f8f1e
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ import sbt.contraband.ContrabandPlugin.autoImport._
object Dependencies {
val scala210 = "2.10.7"
val scala211 = "2.11.12"
val scala212 = "2.12.4"
val scala212 = "2.12.6"
val scala213 = "2.13.0-M2"

private val ioVersion = "1.1.4"
@@ -77,8 +77,8 @@ object Dependencies {

val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.5"
val sbinary = "org.scala-sbt" %% "sbinary" % "0.4.4"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.13.4"
val scalatest = "org.scalatest" %% "scalatest" % "3.0.1"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.14.0"
val scalatest = "org.scalatest" %% "scalatest" % "3.0.5"
val junit = "junit" % "junit" % "4.11"
val sjsonnew = Def.setting {
"com.eed3si9n" %% "sjson-new-core" % contrabandSjsonNewVersion.value
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.2
sbt.version=1.1.4

0 comments on commit 93f8f1e

Please sign in to comment.