From 36150c3f93d2ea65551c7ce47510fa3008115c1e Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 20:09:43 +0000 Subject: [PATCH] Update jnr-unixsocket to 0.39.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 95f7a3b0db..e41d344d11 100644 --- a/build.sbt +++ b/build.sbt @@ -461,7 +461,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform) .jvmSettings( Test / fork := true, libraryDependencies ++= Seq( - "com.github.jnr" % "jnr-unixsocket" % "0.39.2" % Optional, + "com.github.jnr" % "jnr-unixsocket" % "0.39.3" % Optional, "com.google.jimfs" % "jimfs" % "1.3.1" % Test ) )