Skip to content

Commit dbef422

Browse files
authored
decrement akka
1 parent 47a8528 commit dbef422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
scalaVersion in ThisBuild := "2.11.8"
22

3-
version in ThisBuild := "1.12.4"
3+
version in ThisBuild := "1.12.5"
44

55
import scalariform.formatter.preferences._
66
import com.typesafe.sbt.SbtScalariform
@@ -19,7 +19,7 @@ lazy val commonSettings = Seq(
1919
fork in run := true
2020
javaOptions in run += "-Xmx8G -XX:+PrintGC"
2121

22-
val akkaV = "2.5.12"
22+
val akkaV = "2.5.4"
2323
val scalaTestV = "3.0.1"
2424

2525
lazy val root = project

0 commit comments

Comments
 (0)