mirror of https://github.com/sbt/sbt.git
Evict io version of swoval file tree views
This version of swoval supports the apple arm64 platform.
This commit is contained in:
parent
29f0989554
commit
402067452d
|
|
@ -917,6 +917,7 @@ lazy val mainProj = (project in file("main"))
|
|||
case v if v.startsWith("2.12.") => List(compilerPlugin(silencerPlugin))
|
||||
case _ => List()
|
||||
}),
|
||||
libraryDependencies += "com.swoval" % "file-tree-views" % "2.1.6",
|
||||
managedSourceDirectories in Compile +=
|
||||
baseDirectory.value / "src" / "main" / "contraband-scala",
|
||||
sourceManaged in (Compile, generateContrabands) := baseDirectory.value / "src" / "main" / "contraband-scala",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ object Dependencies {
|
|||
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
|
||||
|
||||
// sbt modules
|
||||
private val ioVersion = nightlyVersion.getOrElse("1.4.0")
|
||||
private val ioVersion = nightlyVersion.getOrElse("1.4.0") // revert the swoval library dependency in build.sbt mainProj when this is next bumped
|
||||
private val lmVersion =
|
||||
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.4.1")
|
||||
val zincVersion = nightlyVersion.getOrElse("1.4.3")
|
||||
|
|
|
|||
Loading…
Reference in New Issue