Skip to content

Commit

Permalink
Update scalatest to 3.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Sep 28, 2022
1 parent eab1db5 commit 62ac3db
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 @@ -62,7 +62,7 @@ lazy val buildSettings = commonSettings ++ Seq(
Global / scalaJSStage := FastOptStage,
libraryDependencies ++= Seq(
"org.scodec" %%% "scodec-core" % "1.11.10",
"org.scalatest" %%% "scalatest" % "3.2.13" % "test",
"org.scalatest" %%% "scalatest" % "3.2.14" % "test",
"org.scalatestplus" %%% "scalacheck-1-16" % "3.2.13.0" % "test",
"org.scalacheck" %%% "scalacheck" % "1.17.0" % "test"
),
Expand Down

0 comments on commit 62ac3db

Please sign in to comment.