From ff440824f41664036e1deccae7cfe64f72ab2dad Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:06:36 +0000 Subject: [PATCH] Update jnr-unixsocket to 0.38.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c6a112f9f2..622e936b89 100644 --- a/build.sbt +++ b/build.sbt @@ -306,7 +306,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform) .jvmSettings( Test / fork := true, libraryDependencies ++= Seq( - "com.github.jnr" % "jnr-unixsocket" % "0.38.20" % Optional, + "com.github.jnr" % "jnr-unixsocket" % "0.38.21" % Optional, "com.google.jimfs" % "jimfs" % "1.3.0" % Test ) )