Pin sbt dependency version

See https://github.com/sbt/sbt/issues/5049
This commit is contained in:
Alexandre Archambault 2019-09-21 16:50:13 +02:00
parent 6875a94786
commit c1e43d1c6a
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ object Settings {
lazy val plugin =
shared ++
Seq(
// https://github.com/sbt/sbt/issues/5049#issuecomment-528960415
dependencyOverrides := "org.scala-sbt" % "sbt" % "1.2.8" :: Nil,
scriptedLaunchOpts ++= Seq(
"-Xmx1024M",
"-Dplugin.name=" + name.value,