Skip to content

Commit 1b1b475

Browse files
Update jnr-unixsocket to 0.38.25
1 parent ad8c6f3 commit 1b1b475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform)
450450
.jvmSettings(
451451
Test / fork := true,
452452
libraryDependencies ++= Seq(
453-
"com.github.jnr" % "jnr-unixsocket" % "0.38.24" % Optional,
453+
"com.github.jnr" % "jnr-unixsocket" % "0.38.25" % Optional,
454454
"com.google.jimfs" % "jimfs" % "1.3.1" % Test
455455
)
456456
)

0 commit comments

Comments
 (0)