Skip to content

Commit

Permalink
Merge pull request #78 from scala-steward/update/scalatest-3.1.2
Browse files Browse the repository at this point in the history
Update scalatest to 3.1.2
  • Loading branch information
nafg authored May 10, 2020
2 parents ffc3573 + bb77745 commit ea1b2a4
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 @@ -9,7 +9,7 @@ libraryDependencies += "com.typesafe.slick" %% "slick" % "3.3.2"

libraryDependencies += "com.typesafe.slick" %% "slick-testkit" % "3.3.2" % "test"

libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.1" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.2" % "test"

libraryDependencies += "com.h2database" % "h2" % "1.4.200" % "test"

Expand Down

0 comments on commit ea1b2a4

Please sign in to comment.