Skip to content

Commit 34e8105

Browse files
authored
Switch to dev.dirs org for directories and update to newest one (scalacenter#1723)
1 parent f9d1bef commit 34e8105

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ object Dependencies {
2222
val scalazVersion = "7.2.20"
2323
val scalaXmlVersion = "1.2.0"
2424
val lmVersion = "1.0.0"
25-
val configDirsVersion = "12"
25+
val configDirsVersion = "26"
2626
val caseAppVersion = "2.0.6"
2727
val sourcecodeVersion = "0.1.4"
2828
val sbtTestInterfaceVersion = "1.0"
@@ -64,7 +64,7 @@ object Dependencies {
6464
val nailgun = "ch.epfl.scala" % "nailgun-server" % nailgunVersion
6565
val javaDebug = "ch.epfl.scala" % "com-microsoft-java-debug-core" % javaDebugVersion
6666

67-
val configDirectories = "io.github.soc" % "directories" % configDirsVersion
67+
val configDirectories = "dev.dirs" % "directories" % configDirsVersion
6868
val libraryManagement = "org.scala-sbt" %% "librarymanagement-ivy" % lmVersion
6969
val log4j = "org.apache.logging.log4j" % "log4j-core" % "2.17.1"
7070
val scalazCore = "org.scalaz" %% "scalaz-core" % scalazVersion

shared/src/main/scala/bloop/io/Paths.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import java.util
1717

1818
import scala.collection.mutable
1919

20-
import io.github.soc.directories.ProjectDirectories
20+
import dev.dirs.ProjectDirectories
2121

2222
object Paths {
2323
private val projectDirectories = ProjectDirectories.from("", "", "bloop")

0 commit comments

Comments
 (0)