From 9357de151dae49e2b7ed2d4bcaf93a6d2eddf122 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 11 Jul 2023 04:40:28 +0000 Subject: [PATCH] Update algebird-core to 0.13.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 755831fe..db3a4267 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.mimaDefaultSettings val akkaVersion = "2.6.20" -val algebirdVersion = "0.13.9" +val algebirdVersion = "0.13.10" val bijectionVersion = "0.9.7" val kryoVersion = "4.0.2" val scroogeVersion = "21.2.0"