Skip to content

Commit

Permalink
Update ScalaTest to 3.0.8, which has 2.13 variant (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect authored Mar 11, 2020
1 parent df34b13 commit ab5dea0
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 @@ -54,7 +54,7 @@ lazy val commonSettings = Seq(
resolvers += Resolver.jcenterRepo,
libraryDependencies ++= Seq(
"junit" % "junit" % "4.12" % "test",
"org.scalatest" %% "scalatest" % "3.0.5" % "test",
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test", // Required by sbt to execute JUnit tests
"ch.qos.logback" % "logback-classic" % "1.2.3" % "test"
),
Expand Down

0 comments on commit ab5dea0

Please sign in to comment.