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 14, 2023
1 parent 3d99317 commit 835e54c
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 @@ -76,7 +76,7 @@ lazy val commonSettings =
lazy val library =
new {
object Version {
val scalaTest = "3.2.14"
val scalaTest = "3.2.17"
}
val scalaTest = "org.scalatest" %% "scalatest" % Version.scalaTest
}

0 comments on commit 835e54c

Please sign in to comment.