Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlSjostrand committed Aug 13, 2018
1 parent 9f69c63 commit 26d258d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -75,11 +75,11 @@ updateOptions := updateOptions.value.withGigahorse(false) // temporary workaroun
// deps

libraryDependencies ++= {
val akkaVersion = "2.5.13"
val akkaVersion = "2.5.14"
val akkaHttpVersion = "10.1.3"
val slickVersion = "3.2.3"
val dcm4cheVersion = "3.3.8"
val alpakkaVersion = "0.19"
val alpakkaVersion = "0.20"
Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.0",
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion,
Expand All @@ -92,7 +92,7 @@ libraryDependencies ++= {
"com.h2database" % "h2" % "1.4.197",
"mysql" % "mysql-connector-java" % "6.0.6",
"com.github.t3hnar" %% "scala-bcrypt" % "3.1",
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.349",
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.385",
"org.scalatest" %% "scalatest" % "3.0.5" % "test",
"org.dcm4che" % "dcm4che-core" % dcm4cheVersion,
"org.dcm4che" % "dcm4che-image" % dcm4cheVersion,
Expand Down

0 comments on commit 26d258d

Please sign in to comment.