From 1b1b475e06d1968c73697c88f6721f54fd65e566 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:47:12 +0000 Subject: [PATCH] Update jnr-unixsocket to 0.38.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index aec1ff0c38..c003b370f1 100644 --- a/build.sbt +++ b/build.sbt @@ -450,7 +450,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform) .jvmSettings( Test / fork := true, libraryDependencies ++= Seq( - "com.github.jnr" % "jnr-unixsocket" % "0.38.24" % Optional, + "com.github.jnr" % "jnr-unixsocket" % "0.38.25" % Optional, "com.google.jimfs" % "jimfs" % "1.3.1" % Test ) )