diff --git a/build.sbt b/build.sbt index 612e46f809..27e320ee11 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.23" % Optional, + "com.github.jnr" % "jnr-unixsocket" % "0.38.24" % Optional, "com.google.jimfs" % "jimfs" % "1.3.1" % Test ) )