Skip to content

Commit

Permalink
Switch to dev.dirs org for directories and update to newest one (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik authored Apr 19, 2022
1 parent f9d1bef commit 34e8105
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Dependencies {
val scalazVersion = "7.2.20"
val scalaXmlVersion = "1.2.0"
val lmVersion = "1.0.0"
val configDirsVersion = "12"
val configDirsVersion = "26"
val caseAppVersion = "2.0.6"
val sourcecodeVersion = "0.1.4"
val sbtTestInterfaceVersion = "1.0"
Expand Down Expand Up @@ -64,7 +64,7 @@ object Dependencies {
val nailgun = "ch.epfl.scala" % "nailgun-server" % nailgunVersion
val javaDebug = "ch.epfl.scala" % "com-microsoft-java-debug-core" % javaDebugVersion

val configDirectories = "io.github.soc" % "directories" % configDirsVersion
val configDirectories = "dev.dirs" % "directories" % configDirsVersion
val libraryManagement = "org.scala-sbt" %% "librarymanagement-ivy" % lmVersion
val log4j = "org.apache.logging.log4j" % "log4j-core" % "2.17.1"
val scalazCore = "org.scalaz" %% "scalaz-core" % scalazVersion
Expand Down
2 changes: 1 addition & 1 deletion shared/src/main/scala/bloop/io/Paths.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import java.util

import scala.collection.mutable

import io.github.soc.directories.ProjectDirectories
import dev.dirs.ProjectDirectories

object Paths {
private val projectDirectories = ProjectDirectories.from("", "", "bloop")
Expand Down

0 comments on commit 34e8105

Please sign in to comment.