Skip to content

Commit

Permalink
Update to latest clientlib-java snapshot
Browse files Browse the repository at this point in the history
This fixes issue #138
  • Loading branch information
bertfrees committed Jan 10, 2022
1 parent f4d2079 commit c3a8d35
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 @@ -190,7 +190,7 @@ libraryDependencies ++= Seq(
"org.avaje.ebeanorm" % "avaje-ebeanorm-api" % "3.1.1",
"org.apache.derby" % "derby" % "10.11.1.1",
"mysql" % "mysql-connector-java" % "8.0.15",
"org.daisy.pipeline" % "clientlib-java" % "5.0.0",
"org.daisy.pipeline" % "clientlib-java" % "5.0.1-SNAPSHOT",
"org.daisy.pipeline" % "clientlib-java-httpclient" % "2.1.1",
"org.apache.commons" % "commons-compress" % "1.9",
"org.apache.commons" % "commons-email" % "1.4",
Expand Down

0 comments on commit c3a8d35

Please sign in to comment.