Skip to content

Commit

Permalink
Update scalatest to 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and dangerousben committed Aug 19, 2019
1 parent 35c70cf commit c117e1f
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 @@ -12,7 +12,7 @@ val baseSettings = Seq(
libraryDependencies ++= Seq(
"com.twitter" %% "finagle-core" % "19.8.0",
"com.twitter" %% "finagle-netty4" % "19.8.0",
"org.scalatest" %% "scalatest" % "3.0.7" % "test,it",
"org.scalatest" %% "scalatest" % "3.0.8" % "test,it",
"org.scalacheck" %% "scalacheck" % "1.14.0" % "test,it",
"org.scalamock" %% "scalamock-scalatest-support" % "3.6.0" % "test,it",
"io.circe" %% "circe-testing" % "0.11.1" % "test,it"
Expand Down

0 comments on commit c117e1f

Please sign in to comment.