From 2684b3ae00d9fb6d1df801bdd51f5ff25298571e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:10:15 +0100 Subject: [PATCH] Update jmh-core, jmh-generator-annprocess to 1.37 (#103) Co-authored-by: Kirill A. Korinsky --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8328e87..d9f3136 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ lazy val scala213 = "2.13.10" lazy val scala31 = "3.2.0" lazy val scalatestVersion = "3.2.18" -lazy val jmhVersion = "1.36" +lazy val jmhVersion = "1.37" name := "biginteger" ThisBuild / organization := "pt.kcry"