Skip to content

Commit bff2e63

Browse files
Update jnr-unixsocket to 0.38.20
1 parent 2efbede commit bff2e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform)
296296
.jvmSettings(
297297
Test / fork := true,
298298
libraryDependencies ++= Seq(
299-
"com.github.jnr" % "jnr-unixsocket" % "0.38.19" % Optional,
299+
"com.github.jnr" % "jnr-unixsocket" % "0.38.20" % Optional,
300300
"com.google.jimfs" % "jimfs" % "1.2" % Test
301301
)
302302
)

0 commit comments

Comments
 (0)