Skip to content

Commit 27fe6f0

Browse files
committed
Update build.sbt
1 parent 9f8f791 commit 27fe6f0

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
@@ -126,7 +126,7 @@ libraryDependencies ++= Seq(
126126
"tools.jackson.jaxrs" % "jackson-jaxrs-json-provider" % jacksonVersion % Test changing(),
127127
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" % Test,
128128
"io.swagger" % "swagger-core" % "1.6.8" % Test,
129-
"org.scalatest" %% "scalatest" % "3.2.17" % Test
129+
"org.scalatest" %% "scalatest" % "3.2.18" % Test
130130
)
131131

132132
// build.properties

0 commit comments

Comments
 (0)