diff --git a/CHANGELOG.md b/CHANGELOG.md index 5346e29..afebaf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4acea15..10a29b3 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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