From 906b46d4ea2bf5002c61c78bd7954dc49389e416 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 10 Jan 2025 18:16:39 +0000 Subject: [PATCH] Update pekko-actor-typed to 1.1.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f6616cff..7a559535 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val os = if (sys.props.get("os.name").exists(_.startsWith("Mac"))) "osx" else val arch = if (sys.props.get("os.arch").exists(_.startsWith("aarch64"))) "aarch-64" else "x86-64" val arch_ = arch.replace("-", "_") -val pekkoVersion = "1.1.2" +val pekkoVersion = "1.1.3" val kamonVersion = "2.7.5" val nettyVersion = "4.1.116.Final" val chessVersion = "16.6.0"