From 8eae03891ffc024bd7ae8d434f2457237675875a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 22 May 2021 00:46:30 +0200 Subject: [PATCH] Update algebird-core to 0.13.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 92dc2b9a..b4a69463 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.tools.mima.plugin.MimaPlugin.mimaDefaultSettings val akkaVersion = "2.6.14" -val algebirdVersion = "0.13.7" +val algebirdVersion = "0.13.8" val bijectionVersion = "0.9.7" val kryoVersion = "4.0.2" val scroogeVersion = "21.2.0"