Skip to content

Commit f8151c8

Browse files
committed
upgrade scalatest
1 parent 1fa0a20 commit f8151c8

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
@@ -112,7 +112,7 @@ libraryDependencies ++= Seq(
112112
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonVersion % Test,
113113
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" % Test,
114114
"io.swagger" % "swagger-core" % "1.6.8" % Test,
115-
"org.scalatest" %% "scalatest" % "3.2.15" % Test
115+
"org.scalatest" %% "scalatest" % "3.2.16" % Test
116116
)
117117

118118
// build.properties

0 commit comments

Comments
 (0)