Skip to content

Commit

Permalink
Prepare for release(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlSjostrand committed Apr 10, 2018
1 parent 46563cb commit 02145e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -85,7 +85,7 @@ libraryDependencies ++= {
"com.typesafe.slick" %% "slick-hikaricp" % slickVersion,
"com.h2database" % "h2" % "1.4.197",
"mysql" % "mysql-connector-java" % "6.0.6",
"com.zaxxer" % "HikariCP" % "3.0.0",
"com.zaxxer" % "HikariCP" % "2.7.8",
"com.github.t3hnar" %% "scala-bcrypt" % "3.1",
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.312",
"org.scalatest" %% "scalatest" % "3.0.5" % "test",
Expand Down

0 comments on commit 02145e3

Please sign in to comment.