Skip to content

Commit

Permalink
Update scalatest to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 9, 2020
1 parent d65c160 commit 664d986
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 @@ -28,7 +28,7 @@ val commonSettings = List(
libraryDependencies ++= List(
"co.fs2" %%% "fs2-core" % fs2Version,
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.2.0",
"org.scalatest" %%% "scalatest" % "3.2.2" % "test",
"org.scalatest" %%% "scalatest" % "3.2.3" % "test",
"io.circe" %%% "circe-parser" % circeVersion % "test",
"co.fs2" %% "fs2-io" % fs2Version % "test",
"com.github.pathikrit" %% "better-files" % "3.9.1" % "test"
Expand Down

0 comments on commit 664d986

Please sign in to comment.