From f66b280258b8cf6cbbce09d2fb0fda5f0799276e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 11 Jul 2023 01:21:03 +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 e974b16..b3ed314 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ import sbt.Keys._ import com.github.sbt.git.SbtGit.GitKeys.gitRemoteRepo val breezeVersion = "1.0" -val algebirdVersion = "0.13.9" +val algebirdVersion = "0.13.10" val scalaTestVersion = "3.2.15" val protobufVersion = "3.23.0"