Skip to content

Commit

Permalink
Update ipcsocket to 1.3.0 (com-lihaoyi#1057)
Browse files Browse the repository at this point in the history
Pull request: com-lihaoyi#1057
  • Loading branch information
scala-steward authored Dec 24, 2020
1 parent 4c655ec commit 058479d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object Deps {
val coursier = ivy"io.get-coursier::coursier:2.0.8"
val flywayCore = ivy"org.flywaydb:flyway-core:6.5.7"
val graphvizJava = ivy"guru.nidi:graphviz-java:0.18.0"
val ipcsocket = ivy"org.scala-sbt.ipcsocket:ipcsocket:1.0.1"
val ipcsocket = ivy"org.scala-sbt.ipcsocket:ipcsocket:1.3.0"
val ipcsocketExcludingJna = ipcsocket.exclude(
"net.java.dev.jna" -> "jna",
"net.java.dev.jna" -> "jna-platform"
Expand Down

0 comments on commit 058479d

Please sign in to comment.