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 75073e65a6d8b63db768620d3a264470a65d0575
Author: Luciano Resende <[email protected]>
AuthorDate: Sun May 4 21:51:25 2025 -0700

    Update to Pekko 1.0.3
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e873a48e..64e785e4 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -21,7 +21,7 @@ import scala.util.Properties
 object Dependencies {
 
   // Libraries
-  val pekkoVersion = "1.0.2" // Apache v2
+  val pekkoVersion = "1.0.3" // Apache v2
   val pekkoActor = "org.apache.pekko" %% "pekko-actor" % pekkoVersion // 
Apache v2
   val pekkoSlf4j = "org.apache.pekko" %% "pekko-slf4j" % pekkoVersion // 
Apache v2
   val pekkoTestkit = "org.apache.pekko" %% "pekko-testkit" % pekkoVersion // 
Apache v2

Reply via email to