From 2c9e28612ecebb134b561c5602485c68f5f795c0 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:16:25 +0000 Subject: [PATCH] Update jnr-unixsocket to 0.39.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c0895e0e6a..b0129d9524 100644 --- a/build.sbt +++ b/build.sbt @@ -487,7 +487,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform) .jvmSettings( Test / fork := true, libraryDependencies ++= Seq( - "com.github.jnr" % "jnr-unixsocket" % "0.39.3" % Optional, + "com.github.jnr" % "jnr-unixsocket" % "0.39.5" % Optional, "com.google.jimfs" % "jimfs" % "1.3.2" % Test ) )