Skip to content

Commit

Permalink
Update scalatest to 3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 7, 2023
1 parent 6b68644 commit 540e662
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 540e662

Please sign in to comment.