Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlSjostrand committed Nov 6, 2018
1 parent 67c2686 commit 08347b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name := "slicebox"
version := "1.6-SNAPSHOT"
organization := "se.nimsa"
scalaVersion := "2.12.6"
scalaVersion := "2.12.7"
scalacOptions := Seq("-encoding", "UTF-8", "-Xlint", "-deprecation", "-unchecked", "-feature", "-target:jvm-1.8")

// define the project
Expand Down Expand Up @@ -75,8 +75,8 @@ updateOptions := updateOptions.value.withGigahorse(false) // temporary workaroun
// deps

libraryDependencies ++= {
val akkaVersion = "2.5.14"
val akkaHttpVersion = "10.1.3"
val akkaVersion = "2.5.17"
val akkaHttpVersion = "10.1.5"
val slickVersion = "3.2.3"
val dcm4cheVersion = "3.3.8"
val alpakkaVersion = "0.20"
Expand All @@ -85,14 +85,14 @@ libraryDependencies ++= {
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion,
"com.typesafe.akka" %% "akka-stream" % akkaVersion, // force newer version than default in akka-http
"com.typesafe.akka" %% "akka-http" % akkaHttpVersion,
"de.heikoseeberger" %% "akka-http-play-json" % "1.21.0",
"de.heikoseeberger" %% "akka-http-play-json" % "1.22.0",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"com.typesafe.slick" %% "slick" % slickVersion,
"com.typesafe.slick" %% "slick-hikaricp" % slickVersion,
"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.385",
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.443",
"org.scalatest" %% "scalatest" % "3.0.5" % "test",
"org.dcm4che" % "dcm4che-core" % dcm4cheVersion,
"org.dcm4che" % "dcm4che-image" % dcm4cheVersion,
Expand All @@ -104,7 +104,7 @@ libraryDependencies ++= {
"org.webjars" % "angularjs" % "1.5.11",
"org.webjars" % "angular-material" % "1.1.5",
"org.webjars" % "angular-file-upload" % "11.0.0",
"se.nimsa" %% "dicom-streams" % "0.4-SNAPSHOT",
"se.nimsa" %% "dicom-streams" % "0.4",
"com.lightbend.akka" %% "akka-stream-alpakka-s3" % alpakkaVersion,
"com.lightbend.akka" %% "akka-stream-alpakka-file" % alpakkaVersion
)
Expand Down

0 comments on commit 08347b5

Please sign in to comment.