Skip to content

Commit

Permalink
Update jnr-unixsocket to 0.38.21
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Sep 12, 2023
1 parent cfa0ab4 commit ff44082
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 ff44082

Please sign in to comment.