Skip to content

Commit

Permalink
Merge pull request #584 from scala-steward/update/scalatest-3.2.17
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.17
  • Loading branch information
mergify[bot] authored Sep 7, 2023
2 parents 4d73e0c + 540e662 commit 157e089
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 @@ -11,7 +11,7 @@ lazy val UnitTest = config("ut").extend(Test)
lazy val commonConfigs = Seq(ItTest, UnitTest)

lazy val commonDeps = libraryDependencies ++= {
val scalaTestV = "3.2.16"
val scalaTestV = "3.2.17"
lazy val libatsV = libatsVersion.value
lazy val catsV = "2.10.0"

Expand Down

0 comments on commit 157e089

Please sign in to comment.