Skip to content

Commit

Permalink
Hotfix: downgrade slick pg due to startup problems (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixoi authored Feb 24, 2019
1 parent cf2e73f commit 436e7af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "ore"
version := "1.8.0"
version := "1.8.1"

lazy val `ore` = (project in file(".")).enablePlugins(PlayScala)

Expand Down Expand Up @@ -71,7 +71,7 @@ libraryDependencies ++= Seq(caffeine, ws, guice)
lazy val flexmarkVersion = "0.40.18"
lazy val bouncycastleVersion = "1.61"
lazy val playSlickVersion = "4.0.0"
lazy val slickPgVersion = "0.17.2"
lazy val slickPgVersion = "0.17.1"

libraryDependencies ++= Seq(
"org.spongepowered" % "play-discourse" % "4.0.0",
Expand Down

0 comments on commit 436e7af

Please sign in to comment.