[1.x] ipcsocket 1.8.0 (#9433)

This commit is contained in:
eugene yokota 2026-07-11 15:01:20 -04:00 committed by Eugene Yokota
parent 891960e2ec
commit 92f1c98ff9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,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.7.0"
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