Skip to content

Commit 09f0055

Browse files
committed
Update jnr-unixsocket to 0.38.12
1 parent 8dabe12 commit 09f0055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform)
286286
.jvmSettings(
287287
Test / fork := true,
288288
libraryDependencies ++= Seq(
289-
"com.github.jnr" % "jnr-unixsocket" % "0.38.11" % Optional,
289+
"com.github.jnr" % "jnr-unixsocket" % "0.38.12" % Optional,
290290
"com.google.jimfs" % "jimfs" % "1.2" % Test
291291
)
292292
)

0 commit comments

Comments
 (0)