Skip to content

Commit

Permalink
Merge pull request #536 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
Scala 2.12.6 and other dependencies
  • Loading branch information
jvican authored Apr 28, 2018
2 parents ccad6c4 + 93f8f1e commit 64ce4cc
Show file tree
Hide file tree
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
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
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 64ce4cc

Please sign in to comment.