Skip to content

Commit

Permalink
Update scalatest to 3.2.17 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 9, 2023
1 parent 4f19313 commit 5230b3a
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 @@ -6,7 +6,7 @@ ThisBuild / scalaVersion := "2.13.11"

val versions = new {
val outwatch = "1.0.0-RC15"
val scalaTest = "3.2.16"
val scalaTest = "3.2.17"
}

// do not warn about unused setting key. TODO: why is this needed? scala-js-bundler bug? sbt says this setting is unused, but it is used.
Expand Down

0 comments on commit 5230b3a

Please sign in to comment.