We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c022b5d commit 309f449Copy full SHA for 309f449
build.sbt
@@ -3,7 +3,7 @@ name := "schema-test"
3
scalaVersion := "2.10.4"
4
5
libraryDependencies ++= Seq(
6
- "com.github.fge" % "json-schema-validator" % "2.1.7",
+ "com.github.fge" % "json-schema-validator" % "2.2.5",
7
"junit" % "junit" % "4.8.1" % "test",
8
"org.scalatest" %% "scalatest" % "1.9.2" % "test"
9
)
0 commit comments