Skip to content

Commit

Permalink
update to sqlite-jdbc 3.20.0
Browse files Browse the repository at this point in the history
closes #207
  • Loading branch information
lmenezes committed Sep 30, 2017
1 parent e49368e commit dc197a6
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 @@ -11,7 +11,7 @@ libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-ws" % "2.5.10",
"com.typesafe.play" %% "play-slick" % "2.0.2",
"com.typesafe.play" %% "play-slick-evolutions" % "2.0.2",
"org.xerial" % "sqlite-jdbc" % "3.16.1",
"org.xerial" % "sqlite-jdbc" % "3.20.0",
"org.specs2" %% "specs2-junit" % "3.8.4" % "test",
"org.specs2" %% "specs2-core" % "3.8.4" % "test",
"org.specs2" %% "specs2-mock" % "3.8.4" % "test"
Expand Down

0 comments on commit dc197a6

Please sign in to comment.