Skip to content

Commit

Permalink
Merge pull request #3493 from typelevel/update/jnr-unixsocket-0.38.23
Browse files Browse the repository at this point in the history
Update jnr-unixsocket to 0.38.23
  • Loading branch information
mpilquist authored Oct 15, 2024
2 parents 472b3bd + 6abbea2 commit 1815d94
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 @@ -343,7 +343,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.jvmSettings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jnr" % "jnr-unixsocket" % "0.38.22" % Optional,
"com.github.jnr" % "jnr-unixsocket" % "0.38.23" % Optional,
"com.google.jimfs" % "jimfs" % "1.3.0" % Test
)
)
Expand Down

0 comments on commit 1815d94

Please sign in to comment.