Skip to content

Commit b58c891

Browse files
committed
scalatest 3.2.19
1 parent d22bdda commit b58c891

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
@@ -137,7 +137,7 @@ libraryDependencies ++= jacksonDependencies ++ Seq(
137137
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonVersion % Test,
138138
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" % Test,
139139
"io.swagger" % "swagger-core" % "1.6.8" % Test,
140-
"org.scalatest" %% "scalatest" % "3.2.18" % Test
140+
"org.scalatest" %% "scalatest" % "3.2.19" % Test
141141
)
142142

143143
// build.properties

0 commit comments

Comments
 (0)