Skip to content

Commit

Permalink
Merge pull request #210 from scala-steward/update/scalatest-3.2.13
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.13
  • Loading branch information
mergify[bot] committed Jul 31, 2022
2 parents d7c82f6 + 506476e commit ea2b4a3
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 @@ -21,7 +21,7 @@ lazy val `slick-additions` =
"org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided",
"com.typesafe.slick" %% "slick" % "3.4.0-RC3",
"com.lihaoyi" %% "sourcecode" % "0.3.0",
"org.scalatest" %% "scalatest" % "3.2.12" % "test",
"org.scalatest" %% "scalatest" % "3.2.13" % "test",
"com.h2database" % "h2" % "2.1.214" % "test",
"ch.qos.logback" % "logback-classic" % "1.2.11" % "test"
)
Expand Down

0 comments on commit ea2b4a3

Please sign in to comment.