Skip to content

Commit

Permalink
Downgrade sqlite-jdbc to fix SQLite crashes in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karolchmist committed Apr 24, 2020
1 parent 3363571 commit 2617780
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 @@ -21,7 +21,7 @@ lazy val slickDependenciesWithTests = slickDependencies ++ List(
"commons-io" % "commons-io" % "2.6",
"com.typesafe.slick" %% "slick-hikaricp" % slickVersion,
"com.h2database" % "h2" % "1.4.200",
"org.xerial" % "sqlite-jdbc" % "3.30.1",
"org.xerial" % "sqlite-jdbc" % "3.8.11.2",// 3.30.1 crashes SQLiteCommandTests
"mysql" % "mysql-connector-java" % "5.1.38",
"org.postgresql" % "postgresql" % "42.2.9",
"org.hsqldb" % "hsqldb" % "2.5.0",
Expand Down

0 comments on commit 2617780

Please sign in to comment.