Evict io version of swoval file tree views

This version of swoval supports the apple arm64 platform.
This commit is contained in:
Ethan Atkins 2020-11-25 07:39:37 -08:00
parent 29f0989554
commit 402067452d
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -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")