Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit c7b1024

Browse files
committed
Merge pull request #13 from wiecklabs/upgrade/akka
Upgrade from akka 2.4.3 to akka 2.4.4.
2 parents 2aa3d0b + 5d78ea4 commit c7b1024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lazy val commonSettings = scalariformSettings ++ Seq(
3636
homepage := Some(new java.net.URL("http://softwaremill.com"))
3737
)
3838

39-
val akkaVersion = "2.4.3"
39+
val akkaVersion = "2.4.4"
4040

4141
val scalaTest = "org.scalatest" %% "scalatest" % "2.2.6" % "test"
4242

0 commit comments

Comments
 (0)