You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2020/07/16 18:12:58 UTC

[incubator-toree] 03/05: Update Akka dependency to 2.5.31

This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git

commit c73844fdd5714a415313b52d1a18c0ed4da1ce98
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Mon Jul 13 22:16:27 2020 -0700

    Update Akka dependency to 2.5.31
---
 project/Dependencies.scala | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index a8c932d..0ccae11 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -22,9 +22,9 @@ object Dependencies {
 
   // Libraries
 
-  val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.5.27" // Apache v2
-  val akkaSlf4j = "com.typesafe.akka" %% "akka-slf4j" % "2.5.27" // Apache v2
-  val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % "2.5.27" // Apache v2
+  val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.5.31" // Apache v2
+  val akkaSlf4j = "com.typesafe.akka" %% "akka-slf4j" % "2.5.31" // Apache v2
+  val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % "2.5.31" // Apache v2
 
   val clapper = "org.clapper" %% "classutil" % "1.0.12" // BSD 3-clause license, used for detecting plugins