Skip to content

Commit a3af303

Browse files
Update jffi to 1.3.14 (#1264)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Co-authored-by: PJ Fanning <[email protected]>
1 parent 92aecfd commit a3af303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ object Dependencies {
515515

516516
val UnixDomainSocket = Seq(
517517
libraryDependencies ++= Seq(
518-
"com.github.jnr" % "jffi" % "1.3.13", // classifier "complete", // Is the classifier needed anymore?
518+
"com.github.jnr" % "jffi" % "1.3.14", // classifier "complete", // Is the classifier needed anymore?
519519
"com.github.jnr" % "jnr-unixsocket" % "0.38.24"))
520520

521521
val Xml = Seq(

0 commit comments

Comments
 (0)