Skip to content

Commit 309f449

Browse files
committed
updated versions
1 parent c022b5d commit 309f449

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
@@ -3,7 +3,7 @@ name := "schema-test"
33
scalaVersion := "2.10.4"
44

55
libraryDependencies ++= Seq(
6-
"com.github.fge" % "json-schema-validator" % "2.1.7",
6+
"com.github.fge" % "json-schema-validator" % "2.2.5",
77
"junit" % "junit" % "4.8.1" % "test",
88
"org.scalatest" %% "scalatest" % "1.9.2" % "test"
99
)

0 commit comments

Comments
 (0)