diff --git a/build.sbt b/build.sbt index 5aedb7457c..5467b2a185 100644 --- a/build.sbt +++ b/build.sbt @@ -462,7 +462,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform) Test / fork := true, libraryDependencies ++= Seq( "com.github.jnr" % "jnr-unixsocket" % "0.39.3" % Optional, - "com.google.jimfs" % "jimfs" % "1.3.1" % Test + "com.google.jimfs" % "jimfs" % "1.3.2" % Test ) ) .jsSettings(