Skip to content

Commit

Permalink
Akka 2.3.4 was released, closes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten committed Jul 9, 2014
1 parent c8195e0 commit 7b6011d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ CMD=${1:-$DEFAULT_COMMAND}
sbt '; set akkaVersion := ""; set crossScalaVersions := Seq("2.10.0", "2.11.0")' +$CMD \
'; set akkaVersion := "2.1.4"; set crossScalaVersions := Seq("2.10.0")' +$CMD \
'; set akkaVersion := "2.2.4"; set crossScalaVersions := Seq("2.10.0")' +$CMD \
'; set akkaVersion := "2.3.3"; set crossScalaVersions := Seq("2.10.0", "2.11.0")' +$CMD
'; set akkaVersion := "2.3.4"; set crossScalaVersions := Seq("2.10.0", "2.11.0")' +$CMD

0 comments on commit 7b6011d

Please sign in to comment.