Merge pull request #5488 from eed3si9n/wip/bumpjna

ipcsocket 1.0.1 that uses latest JNA
This commit is contained in:
eugene yokota 2020-03-30 13:42:38 -04:00 committed by GitHub
commit 56cf50ff23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ object Dependencies {
val launcherInterface = "org.scala-sbt" % "launcher-interface" % launcherVersion
val rawLauncher = "org.scala-sbt" % "launcher" % launcherVersion
val testInterface = "org.scala-sbt" % "test-interface" % "1.0"
val ipcSocket = "org.scala-sbt.ipcsocket" % "ipcsocket" % "1.0.0"
val ipcSocket = "org.scala-sbt.ipcsocket" % "ipcsocket" % "1.0.1"
private val compilerInterface = "org.scala-sbt" % "compiler-interface" % zincVersion
private val compilerClasspath = "org.scala-sbt" %% "zinc-classpath" % zincVersion