Skip to content

Commit

Permalink
Downgrade derby to 10.14.2.0 to match slick
Browse files Browse the repository at this point in the history
  • Loading branch information
karolchmist committed Apr 24, 2020
1 parent 2617780 commit a3b99c2
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 @@ -25,7 +25,7 @@ lazy val slickDependenciesWithTests = slickDependencies ++ List(
"mysql" % "mysql-connector-java" % "5.1.38",
"org.postgresql" % "postgresql" % "42.2.9",
"org.hsqldb" % "hsqldb" % "2.5.0",
"org.apache.derby" % "derby" % "10.15.1.3",
"org.apache.derby" % "derby" % "10.14.2.0",
"ch.qos.logback" % "logback-classic" % "1.2.3"
).map(_ % "test")

Expand Down

0 comments on commit a3b99c2

Please sign in to comment.