Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Jul 3, 2014
1 parent c022b5d commit 309f449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "schema-test"
scalaVersion := "2.10.4"

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

0 comments on commit 309f449

Please sign in to comment.