Skip to content

Commit eb8769e

Browse files
authored
Merge pull request #7 from scala-steward/update/scalatest-3.2.17
Update scalatest to 3.2.17
2 parents 1c0c132 + 86c31a7 commit eb8769e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ libraryDependencies ++= Seq(
5959
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion,
6060
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % jacksonVersion,
6161
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
62-
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
62+
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
6363
"org.json4s" %% "json4s-native" % "4.0.6" % Test,
6464
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "3.0.0" % Test,
6565
"joda-time" % "joda-time" % "2.12.5" % Test,

0 commit comments

Comments
 (0)