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 ) )