Skip to content

Commit

Permalink
bump: jnr-unixsocket 0.38.23 (was 0.38.22) (#3281)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 11, 2024
1 parent 908cb15 commit a81b151
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 @@ -563,7 +563,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" // BSD/ApacheV2/CPL/MIT as per https://github.com/akka/alpakka/issues/620#issuecomment-348727265
"com.github.jnr" % "jnr-unixsocket" % "0.38.23" // BSD/ApacheV2/CPL/MIT as per https://github.com/akka/alpakka/issues/620#issuecomment-348727265
)
)

Expand Down

0 comments on commit a81b151

Please sign in to comment.