Skip to content

Commit

Permalink
chore(deps): update dependency org.scalatest:scalatest to v3.3.0-snap4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 3, 2024
1 parent 1b8ca9d commit 42639ef
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 @@ -99,7 +99,7 @@ lazy val testing =
.settings(
name := "s2mc-testing",
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.3.0-alpha.1",
"org.scalatest" %% "scalatest" % "3.3.0-SNAP4",
"org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0"
)
)
Expand Down

0 comments on commit 42639ef

Please sign in to comment.