Skip to content

Commit

Permalink
Merge pull request #2411 from scala-steward/update/jnr-unixsocket-0.38.7
Browse files Browse the repository at this point in the history
Update jnr-unixsocket to 0.38.7
  • Loading branch information
mpilquist authored May 20, 2021
2 parents bf73c02 + dc1eae7 commit ac50b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ lazy val io = project
name := "fs2-io",
libraryDependencies ++= Seq(
"com.comcast" %% "ip4s-core" % "3.0.3",
"com.github.jnr" % "jnr-unixsocket" % "0.38.6" % Optional
"com.github.jnr" % "jnr-unixsocket" % "0.38.7" % Optional
),
Test / fork := true,
OsgiKeys.exportPackage := Seq("fs2.io.*"),
Expand Down

0 comments on commit ac50b2f

Please sign in to comment.