Skip to content

Commit 572a63c

Browse files
committed
upgrade scalatest
1 parent 0dcd88b commit 572a63c

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
@@ -113,7 +113,7 @@ libraryDependencies ++= Seq(
113113
"tools.jackson.jaxrs" % "jackson-jaxrs-json-provider" % jacksonVersion % Test changing(),
114114
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" % Test,
115115
"io.swagger" % "swagger-core" % "1.6.8" % Test,
116-
"org.scalatest" %% "scalatest" % "3.2.15" % Test
116+
"org.scalatest" %% "scalatest" % "3.2.16" % Test
117117
)
118118

119119
// build.properties

0 commit comments

Comments
 (0)