Skip to content

Commit

Permalink
Merge pull request #2787 from scala-steward/update/jnr-unixsocket-0.3…
Browse files Browse the repository at this point in the history
…8.17

Update jnr-unixsocket to 0.38.17
  • Loading branch information
mpilquist authored Jan 13, 2022
2 parents 0747c57 + 7d12ae3 commit 474755e
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 @@ -272,7 +272,7 @@ lazy val io = crossProject(JVMPlatform, JSPlatform)
.jvmSettings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.github.jnr" % "jnr-unixsocket" % "0.38.15" % Optional,
"com.github.jnr" % "jnr-unixsocket" % "0.38.17" % Optional,
"com.google.jimfs" % "jimfs" % "1.2" % Test
)
)
Expand Down

0 comments on commit 474755e

Please sign in to comment.