Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Upgrade slick to fix db pooling issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetrick committed Jul 24, 2019
1 parent ff91f1c commit 8ac6c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
val play = "2.6.8"
val scalactic = "3.0.4"
val scalaTest = "3.0.4"
val slick = "3.2.3"
val slick = "3.3.2"
val jackson = "2.8.4"
val http4sVersion = "0.18.21"
}
Expand Down

0 comments on commit 8ac6c58

Please sign in to comment.