Skip to content

Commit

Permalink
Use Scala test 3.0.6-SNAP4
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Oct 30, 2018
1 parent 8aaf293 commit 20037c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val SCALA_2_11 = "2.11.11"
val untilScala2_12 = SCALA_2_12 :: SCALA_2_11 :: Nil
val targetScalaVersions = SCALA_2_13 :: untilScala2_12

val SCALATEST_VERSION = "3.0.6-SNAP3"
val SCALATEST_VERSION = "3.0.6-SNAP4"
val SCALACHECK_VERSION = "1.14.0"
val SCALA_PARSER_COMBINATOR_VERSION = "1.1.1"
val SQLITE_JDBC_VERSION = "3.21.0.1"
Expand Down

0 comments on commit 20037c3

Please sign in to comment.