Skip to content

Commit 1d7d39f

Browse files
Update json-schema-validator to 3.0.5 (#174)
1 parent 064e768 commit 1d7d39f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lazy val core: Project = (project in file("core"))
4949
"io.circe" %% "circe-generic" % circeV,
5050
"io.circe" %% "circe-parser" % circeV,
5151
"org.slf4j" % "slf4j-api" % slf4jV,
52-
"com.networknt" % "json-schema-validator" % "3.0.4" % Test
52+
"com.networknt" % "json-schema-validator" % "3.0.5" % Test
5353
)
5454
)
5555

0 commit comments

Comments
 (0)