Skip to content

Commit

Permalink
Merge pull request #105 from scala-steward/update/scalatest-3.2.3
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.3
  • Loading branch information
nafg committed Nov 9, 2020
2 parents 75f8c31 + d639442 commit 24343fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -9,7 +9,7 @@ libraryDependencies += "com.typesafe.slick" %% "slick" % "3.3.3"

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

libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.2" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.3" % "test"

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

Expand Down

0 comments on commit 24343fc

Please sign in to comment.