Skip to content

Commit

Permalink
Update sbt to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Oct 28, 2020
1 parent 58f9a6b commit 9eb21fe
Show file tree
Hide file tree
Showing 6 changed files with 288 additions and 260 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ src_managed/
project/boot/
project/plugins/project/
**/.bloop
.bsp/

# Scala-IDE specific
.scala_dependencies
Expand Down
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ val mtagsSettings = List(
baseDirectory.in(ThisBuild).value / "mtags",
scalaVersion.value
),
// @note needed to deal with issues in https://github.com/scalameta/metals/pull/2157
sources in (Compile, doc) := Seq.empty,
libraryDependencies ++= crossSetting(
scalaVersion.value,
if2 = List(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.13
sbt.version=1.4.1
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.9")
addSbtPlugin("org.scalameta" % "sbt-munit" % "0.7.14")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.2")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.4")

libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value

Expand Down
Loading

0 comments on commit 9eb21fe

Please sign in to comment.