Skip to content

Commit

Permalink
bump: jffi 1.3.13 (was 1.3.1) (#3112)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 28, 2024
1 parent e662a4a commit 258d954
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.1", // classifier "complete", // Is the classifier needed anymore?
"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
)
)
Expand Down

0 comments on commit 258d954

Please sign in to comment.