From b17bbfb7c86ac9fb12e0374460d3b04e5d845c7e Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 12:09:19 +0000 Subject: [PATCH] Update apfloat to 1.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 01e6726ec..1709f69cb 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ lazy val munitDiscipline = "2.0.0-M3" lazy val algebraVersion = "2.9.0" -lazy val apfloatVersion = "1.10.1" +lazy val apfloatVersion = "1.13.0" lazy val jscienceVersion = "4.3.1" lazy val apacheCommonsMath3Version = "3.6.1"