Skip to content

Commit e00d18f

Browse files
Update scalatest to 3.2.19 (#343)
1 parent 0d4d300 commit e00d18f

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
@@ -86,7 +86,7 @@ libraryDependencies ++= Seq(
8686
"org.slf4j" % "slf4j-api" % "2.0.13",
8787
"io.swagger.core.v3" % "swagger-core-jakarta" % "2.2.22",
8888
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1",
89-
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
89+
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
9090
"org.slf4j" % "slf4j-simple" % "2.0.13" % Test
9191
)
9292
libraryDependencies ++= {

0 commit comments

Comments
 (0)