Skip to content

Commit

Permalink
bump: jnr-unixsocket 0.38.22 (was 0.38.5) (#3113)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 26, 2024
1 parent b43bad7 commit 67523f4
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 @@ -529,7 +529,7 @@ object Dependencies {
val UnixDomainSocket = Seq(
libraryDependencies ++= Seq(
"com.github.jnr" % "jffi" % "1.3.1", // classifier "complete", // Is the classifier needed anymore?
"com.github.jnr" % "jnr-unixsocket" % "0.38.5" // BSD/ApacheV2/CPL/MIT as per https://github.com/akka/alpakka/issues/620#issuecomment-348727265
"com.github.jnr" % "jnr-unixsocket" % "0.38.22" // BSD/ApacheV2/CPL/MIT as per https://github.com/akka/alpakka/issues/620#issuecomment-348727265
)
)

Expand Down

0 comments on commit 67523f4

Please sign in to comment.