From f327ef14d0914b3c4d102596976a19d10cbc30c0 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Mon, 1 Jun 2026 01:43:31 -0400 Subject: [PATCH] [2.x] sjson-new 0.15.0 --- build.sbt | 2 +- .../src/main/scala/sbt/internal/util/FileHashBenchmark.scala | 2 +- project/Dependencies.scala | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index b031efd61..bffb3ded6 100644 --- a/build.sbt +++ b/build.sbt @@ -409,7 +409,7 @@ lazy val hashBenchmark = (project in file("internal") / "hash-benchmark") utilCommonSettings, name := "Hash Benchmark", Jmh / run / javaOptions ++= Seq("-Xmx1G", "-Dfile.encoding=UTF8"), - libraryDependencies += blake3, + libraryDependencies ++= Seq(blake3, zeroAllocationHashing), mimaSettings, publish / skip := true, ) diff --git a/internal/hash-benchmark/src/main/scala/sbt/internal/util/FileHashBenchmark.scala b/internal/hash-benchmark/src/main/scala/sbt/internal/util/FileHashBenchmark.scala index 42a5a6cce..cbaf18e2c 100644 --- a/internal/hash-benchmark/src/main/scala/sbt/internal/util/FileHashBenchmark.scala +++ b/internal/hash-benchmark/src/main/scala/sbt/internal/util/FileHashBenchmark.scala @@ -8,7 +8,7 @@ import sbt.io.syntax.* import sbt.util.Digest import scala.util.Using import org.openjdk.jmh.annotations.* -import pt.kcry.blake3.{ Blake3 as Blake3Impl } +import pt.kcry.blake3.Blake3 as Blake3Impl @State(Scope.Benchmark) abstract class AbstractFileHashBenchmark: diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3bace591b..6a7450b12 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -62,7 +62,7 @@ object Dependencies { def addSbtZinc = addSbtModule(sbtZincPath, "zinc", zinc) def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCore", zincCompileCore) - lazy val sjsonNewVersion = "0.14.0" + lazy val sjsonNewVersion = "0.15.0" def sjsonNew(n: String) = Def.setting( "com.eed3si9n" %% n % sjsonNewVersion ) // contrabandSjsonNewVersion.value