Skip to content

Commit 5522714

Browse files
authored
Update build.sbt
1 parent 1acd137 commit 5522714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ libraryDependencies ++= Seq(
126126
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonVersion % Test,
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)