Skip to content

Commit 6087fc1

Browse files
authored
Merge pull request #3389 from typelevel/update/jnr-unixsocket-0.38.22
Update jnr-unixsocket to 0.38.22
2 parents 768039d + 9ac90e2 commit 6087fc1

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
@@ -338,7 +338,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform)
338338
.jvmSettings(
339339
Test / fork := true,
340340
libraryDependencies ++= Seq(
341-
"com.github.jnr" % "jnr-unixsocket" % "0.38.21" % Optional,
341+
"com.github.jnr" % "jnr-unixsocket" % "0.38.22" % Optional,
342342
"com.google.jimfs" % "jimfs" % "1.3.0" % Test
343343
)
344344
)

0 commit comments

Comments
 (0)