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

Commit a245922

Browse files
authored
Merge pull request #19 from hseeberger/upgrades
Upgrade to Akka 2.4.9 and sbt 0.13.12
2 parents 04890c2 + d223c31 commit a245922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

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

41-
val akkaVersion = "2.4.4"
41+
val akkaVersion = "2.4.9"
4242

4343
val scalaTest = "org.scalatest" %% "scalatest" % "2.2.6" % "test"
4444

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.11
1+
sbt.version=0.13.12

0 commit comments

Comments
 (0)