Skip to content

Commit f8110c6

Browse files
Use mainline ipcsocket (#7)
1 parent 5553b8d commit f8110c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def tmpDirBase =
3434
def libraryDeps = Seq(
3535
ivy"dev.dirs:directories:26",
3636
ivy"io.get-coursier.jniutils:windows-jni-utils:0.3.1",
37-
ivy"com.github.alexarchambault.tmp.ipcsocket:ipcsocket:1.4.1-aa-2"
37+
ivy"org.scala-sbt.ipcsocket:ipcsocket:1.4.0"
3838
)
3939

4040
class Library(val crossScalaVersion: String) extends CrossScalaModule with LibDaemonPublish {

0 commit comments

Comments
 (0)