Skip to content

Commit

Permalink
Update scalatest from 3.2.17 to 3.2.18 (#3039)
Browse files Browse the repository at this point in the history
Pull request: #3039
  • Loading branch information
scala-steward authored Feb 19, 2024
1 parent 2ef98b5 commit 7d64fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ object Deps {
/** Used in tests. */
object TestDeps {
// tests framework (test)
val scalaTest = ivy"org.scalatest::scalatest:3.2.17"
val scalaTest = ivy"org.scalatest::scalatest:3.2.18"
val zioTest = ivy"dev.zio::zio-test:2.0.21"
}

Expand Down

0 comments on commit 7d64fd0

Please sign in to comment.