Skip to content

Commit eed0727

Browse files
committed
upgrade scalatest
1 parent 628b507 commit eed0727

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

133133
// build.properties

0 commit comments

Comments
 (0)