@@ -2,7 +2,7 @@ import scalariform.formatter.preferences._
2
2
3
3
lazy val commonSettings = scalariformSettings ++ Seq (
4
4
organization := " com.softwaremill.akka-http-session" ,
5
- version := " 0.2.3 " ,
5
+ version := " 0.2.4-SNAPSHOT " ,
6
6
scalaVersion := " 2.11.7" ,
7
7
scalacOptions ++= Seq (" -unchecked" , " -deprecation" ),
8
8
ScalariformKeys .preferences := ScalariformKeys .preferences.value
@@ -36,7 +36,7 @@ lazy val commonSettings = scalariformSettings ++ Seq(
36
36
homepage := Some (new java.net.URL (" http://softwaremill.com" ))
37
37
)
38
38
39
- val akkaHttpVersion = " 2.0 "
39
+ val akkaVersion = " 2.4.2 "
40
40
41
41
val scalaTest = " org.scalatest" %% " scalatest" % " 2.2.5" % " test"
42
42
@@ -52,8 +52,9 @@ lazy val core: Project = (project in file("core"))
52
52
.settings(
53
53
name := " core" ,
54
54
libraryDependencies ++= Seq (
55
- " com.typesafe.akka" %% " akka-http-experimental" % akkaHttpVersion,
56
- " com.typesafe.akka" %% " akka-http-testkit-experimental" % akkaHttpVersion % " test" ,
55
+ " com.typesafe.akka" %% " akka-http-core" % akkaVersion,
56
+ " com.typesafe.akka" %% " akka-http-experimental" % akkaVersion,
57
+ " com.typesafe.akka" %% " akka-http-testkit" % akkaVersion % " test" ,
57
58
" org.scalacheck" %% " scalacheck" % " 1.12.5" % " test" ,
58
59
scalaTest
59
60
)
0 commit comments