Skip to content

Commit

Permalink
upgrade scalatest
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 21, 2023
1 parent 628b507 commit eed0727
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 @@ -127,7 +127,7 @@ libraryDependencies ++= Seq(
"tools.jackson.jaxrs" % "jackson-jaxrs-json-provider" % jacksonVersion % Test changing(),
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" % Test,
"io.swagger" % "swagger-core" % "1.6.8" % Test,
"org.scalatest" %% "scalatest" % "3.2.16" % Test
"org.scalatest" %% "scalatest" % "3.2.17" % Test
)

// build.properties
Expand Down

0 comments on commit eed0727

Please sign in to comment.