Skip to content

Commit

Permalink
Update jnr-unixsocket to 0.38.23 (#871)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Oct 20, 2024
1 parent 210ef7f commit e3f4574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ object Dependencies {
val UnixDomainSocket = Seq(
libraryDependencies ++= Seq(
"com.github.jnr" % "jffi" % "1.3.13", // classifier "complete", // Is the classifier needed anymore?
"com.github.jnr" % "jnr-unixsocket" % "0.38.22"))
"com.github.jnr" % "jnr-unixsocket" % "0.38.23"))

val Xml = Seq(
libraryDependencies ++= Seq(
Expand Down

0 comments on commit e3f4574

Please sign in to comment.