Skip to content

Commit ae51d52

Browse files
Update scalatest to 3.2.18 (apache#480)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent 205e43b commit ae51d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object Dependencies {
2828
val h2specUrl =
2929
s"https://github.com/summerwind/h2spec/releases/download/v$h2specVersion/$h2specName.$h2specArtifactExtension"
3030

31-
val scalaTestVersion = "3.2.17"
31+
val scalaTestVersion = "3.2.18"
3232
val scalaCheckVersion = "1.17.0"
3333

3434
val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab from plugin

0 commit comments

Comments
 (0)