Update Akka to 2.5.12

This commit is contained in:
Sarah Gerweck 2018-04-20 00:23:20 -07:00
parent c44369ce5c
commit 1ef9610231
No known key found for this signature in database
GPG Key ID: AFCB37207DB3F226
2 changed files with 6 additions and 1 deletions

View File

@ -106,3 +106,8 @@ change.
* Library updates
* Update Log4s to 1.6.1
* Update Gerweck Utils to 3.0.2
#### 0.14.3
- Library updates
- Update Akka to 2.5.12

View File

@ -4,7 +4,7 @@ object Dependencies {
/* ********************************************************************** */
/* Akka */
/* ********************************************************************** */
final val akkaVersion = "2.5.11"
final val akkaVersion = "2.5.12"
val akkaActor = "com.typesafe.akka" %% "akka-actor" % akkaVersion
val akkaStream = "com.typesafe.akka" %% "akka-stream" % akkaVersion