diff --git a/build.sbt b/build.sbt index 7a3f230..ebb2c26 100644 --- a/build.sbt +++ b/build.sbt @@ -6,12 +6,14 @@ organization := "io.findify" scalaVersion := "2.11.8" -val akkaVersion = "2.4.9" +crossScalaVersions := Seq("2.11.8", "2.12.1") + +val akkaVersion = "2.4.16" libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-stream" % akkaVersion, "com.typesafe.akka" %% "akka-slf4j" % akkaVersion, - "com.typesafe.akka" %% "akka-http-experimental" % akkaVersion, + "com.typesafe.akka" %% "akka-http" % "10.0.3", "org.scala-lang.modules" %% "scala-xml" % "1.0.5", "joda-time" % "joda-time" % "2.9.4", "org.scalatest" %% "scalatest" % "3.0.0" % "test", @@ -22,4 +24,4 @@ licenses += ("MIT", url("https://opensource.org/licenses/MIT")) bintrayOrganization := Some("findify") -parallelExecution in Test := false \ No newline at end of file +parallelExecution in Test := false