Skip to content

Commit fb96884

Browse files
committed
upgrade scalatest
1 parent 21524f2 commit fb96884

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
@@ -125,7 +125,7 @@ libraryDependencies ++= Seq(
125125
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonVersion % Test,
126126
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" % Test,
127127
"io.swagger" % "swagger-core" % "1.6.8" % Test,
128-
"org.scalatest" %% "scalatest" % "3.2.16" % Test
128+
"org.scalatest" %% "scalatest" % "3.2.17" % Test
129129
)
130130

131131
// build.properties

0 commit comments

Comments
 (0)