diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0356483724..9dd00cd8b6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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 ) )