Skip to content

Commit

Permalink
chore(deps): update dependency org.scalatest:scalatest to v3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 7, 2024
1 parent 3f246aa commit c0e0fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ThisBuild / libraryDependencies ++= Seq(
"org.typelevel" %% "shapeless3-deriving" % "3.4.1",

// test libraries
"org.scalatest" %% "scalatest" % "3.2.17" % "test",
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"org.scalatestplus" %% "scalacheck-1-15" % "3.2.11.0" % "test"
)

Expand Down Expand Up @@ -99,7 +99,7 @@ lazy val testing =
.settings(
name := "s2mc-testing",
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.17",
"org.scalatest" %% "scalatest" % "3.2.18",
"org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0"
)
)
Expand Down

0 comments on commit c0e0fd3

Please sign in to comment.