Merge pull request #6938 from eed3si9n/wip/ipcsocket-1.5.0

[1.7.x] ipcsocket 1.5.0
This commit is contained in:
eugene yokota 2022-06-26 15:07:24 -04:00 committed by GitHub
commit c975982b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,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.3.1"
val ipcSocket = "org.scala-sbt.ipcsocket" % "ipcsocket" % "1.5.0"
private val compilerInterface = "org.scala-sbt" % "compiler-interface" % zincVersion
private val compilerClasspath = "org.scala-sbt" %% "zinc-classpath" % zincVersion