Skip to content

Commit 14501a1

Browse files
authored
Merge pull request #3235 from typelevel/update/jnr-unixsocket-0.38.20
Update jnr-unixsocket to 0.38.20
2 parents 384db53 + bff2e63 commit 14501a1

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)