Skip to content

Commit

Permalink
Merge pull request #3304 from typelevel/update/jnr-unixsocket-0.38.21
Browse files Browse the repository at this point in the history
Update jnr-unixsocket to 0.38.21
  • Loading branch information
armanbilge authored Sep 12, 2023
2 parents cfa0ab4 + ff44082 commit e9e484b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.jvmSettings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jnr" % "jnr-unixsocket" % "0.38.20" % Optional,
"com.github.jnr" % "jnr-unixsocket" % "0.38.21" % Optional,
"com.google.jimfs" % "jimfs" % "1.3.0" % Test
)
)
Expand Down

0 comments on commit e9e484b

Please sign in to comment.