mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
Give IvyPaths a nicer toString
This commit is contained in:
+1
@@ -11,6 +11,7 @@ import sbt.librarymanagement._
|
||||
|
||||
final class IvyPaths(val baseDirectory: File, val ivyHome: Option[File]) {
|
||||
def withBase(newBaseDirectory: File) = new IvyPaths(newBaseDirectory, ivyHome)
|
||||
override def toString = s"IvyPaths($baseDirectory, $ivyHome)"
|
||||
}
|
||||
sealed trait IvyConfiguration {
|
||||
type This <: IvyConfiguration
|
||||
|
||||
Reference in New Issue
Block a user