File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,20 @@ object ScalaRedisProject extends Build
15
15
resolvers ++= Seq (akkaRelease, akkaSnapshot, sprayJson)
16
16
)
17
17
18
+ val akkaVersion = " 2.3.4"
19
+
18
20
lazy val coreSettings = commonSettings ++ Seq (
19
21
name := " RedisReact" ,
20
22
libraryDependencies :=
21
23
Seq (
22
- " com.typesafe.akka" %% " akka-actor" % " 2.3.3 " ,
23
- " com.typesafe.akka" %% " akka-slf4j" % " 2.3.3 " % " provided" ,
24
+ " com.typesafe.akka" %% " akka-actor" % akkaVersion ,
25
+ " com.typesafe.akka" %% " akka-slf4j" % akkaVersion % " provided" ,
24
26
" commons-pool" % " commons-pool" % " 1.6" ,
25
27
" org.slf4j" % " slf4j-api" % " 1.7.7" % " provided" ,
26
28
" ch.qos.logback" % " logback-classic" % " 1.1.2" % " provided" ,
27
29
" junit" % " junit" % " 4.11" % " test" ,
28
30
" org.scalatest" %% " scalatest" % " 2.1.6" % " test" ,
29
- " com.typesafe.akka" %% " akka-testkit" % " 2.3.3 " % " test" ,
31
+ " com.typesafe.akka" %% " akka-testkit" % akkaVersion % " test" ,
30
32
31
33
// Third-party serialization libraries
32
34
// "net.liftweb" %% "lift-json" % "2.5.1" % "provided, test",
Original file line number Diff line number Diff line change 1
- sbt.version =0.12.4
1
+ sbt.version =0.13.5
You can’t perform that action at this time.
0 commit comments