Skip to content

Commit 1ce69bd

Browse files
Update jnr-unixsocket to 0.38.24 (#1265)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent a879777 commit 1ce69bd

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
@@ -516,7 +516,7 @@ object Dependencies {
516516
val UnixDomainSocket = Seq(
517517
libraryDependencies ++= Seq(
518518
"com.github.jnr" % "jffi" % "1.3.13", // classifier "complete", // Is the classifier needed anymore?
519-
"com.github.jnr" % "jnr-unixsocket" % "0.38.23"))
519+
"com.github.jnr" % "jnr-unixsocket" % "0.38.24"))
520520

521521
val Xml = Seq(
522522
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)