Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Feb 22, 2024
1 parent 9f8f791 commit 27fe6f0
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 @@ -126,7 +126,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.17" % Test
"org.scalatest" %% "scalatest" % "3.2.18" % Test
)

// build.properties
Expand Down

0 comments on commit 27fe6f0

Please sign in to comment.