From 97994164fa6a78fa6d5cbd08af87f413839eb9bc Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:10:31 +0000 Subject: [PATCH 1/2] Update jimfs to 1.3.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 95f7a3b0db..cdf1661519 100644 --- a/build.sbt +++ b/build.sbt @@ -462,7 +462,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform) Test / fork := true, libraryDependencies ++= Seq( "com.github.jnr" % "jnr-unixsocket" % "0.39.2" % Optional, - "com.google.jimfs" % "jimfs" % "1.3.1" % Test + "com.google.jimfs" % "jimfs" % "1.3.2" % Test ) ) .jsSettings( From 8b36a991cba31af8eaa2605b258335ca8ac92ece Mon Sep 17 00:00:00 2001 From: Michael Pilquist Date: Mon, 24 Aug 2026 10:47:08 -0400 Subject: [PATCH 2/2] Fix bad merge --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b6b2e75dbd..5467b2a185 100644 --- a/build.sbt +++ b/build.sbt @@ -462,7 +462,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform) Test / fork := true, libraryDependencies ++= Seq( "com.github.jnr" % "jnr-unixsocket" % "0.39.3" % Optional, - "com.google.jimfs" % "jimfs" % "1.3.3" % Test + "com.google.jimfs" % "jimfs" % "1.3.2" % Test ) ) .jsSettings(