Skip to content

Commit 05a24c0

Browse files
authored
Merge pull request #26 from scala-steward/update/scalatest-3.2.18
Update scalatest to 3.2.18
2 parents 79dfa13 + b420dfd commit 05a24c0

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
@@ -25,7 +25,7 @@ libraryDependencies ++= Seq(
2525
"com.github.swagger-akka-http" %% "swagger-scala-module" % "2.12.3",
2626
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.1",
2727
"com.beachape" %% "enumeratum" % "1.7.3",
28-
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
28+
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
2929
"org.slf4j" % "slf4j-simple" % "2.0.12" % Test
3030
)
3131

0 commit comments

Comments
 (0)