Skip to content

Commit dde7d16

Browse files
committed
updated akka to 2.4.6
1 parent 47a0f6e commit dde7d16

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libraryDependencies += "org.scala-lang.modules" %% "scala-async" % "0.9.5"
1717

1818
libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.6" % "test"
1919

20-
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.4.4"
20+
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.4.6"
2121

2222
//TODO: enable after 1.0
2323
//libraryDependencies += "com.typesafe.akka" %% "akka-stream-experimental" % "0.9"

notes/0.99.7.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
- implemented EffectedInput/EffectedOutput
66
(more detailed about fold over selected and Effected pattern can
77
be readed at https://github.com/rssh/notes/blob/master/2016_03_05_see-ma-no-vars.md )
8-
- akka 2.4.4, scala-2.11.8
8+
- akka 2.4.6, scala-2.11.8
99
- channels by defaults now unbuffered. (as in Go)
1010
- implemented fold over input
1111
- implemented map/amap over selector
1212
- exit and shutdown can be applied to select singleton
13+
- added OneTimeChannel
1314

1415

0 commit comments

Comments
 (0)