diff --git a/build.sbt b/build.sbt index 9922034f12..6bde2b9587 100644 --- a/build.sbt +++ b/build.sbt @@ -296,7 +296,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform) .jvmSettings( Test / fork := true, libraryDependencies ++= Seq( - "com.github.jnr" % "jnr-unixsocket" % "0.38.19" % Optional, + "com.github.jnr" % "jnr-unixsocket" % "0.38.20" % Optional, "com.google.jimfs" % "jimfs" % "1.2" % Test ) )