[2.0.x] ipcsocket 1.8.0 (#9436)

This commit is contained in:
eugene yokota 2026-07-11 16:03:12 -04:00 committed by GitHub
parent 1125129bce
commit 13f584e2e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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