Skip to content

Commit

Permalink
scalatest 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 27, 2024
1 parent d22bdda commit b58c891
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 @@ -137,7 +137,7 @@ libraryDependencies ++= jacksonDependencies ++ Seq(
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonVersion % Test,
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" % Test,
"io.swagger" % "swagger-core" % "1.6.8" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test
"org.scalatest" %% "scalatest" % "3.2.19" % Test
)

// build.properties
Expand Down

0 comments on commit b58c891

Please sign in to comment.