Skip to content

Commit 81235b7

Browse files
authored
sbt 1.8.0 (was 1.7.1) (#16395)
2 parents 7b9c1a8 + 36ae7a4 commit 81235b7

File tree

15 files changed

+18
-14
lines changed

15 files changed

+18
-14
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ final case class SbtCommunityProject(
140140
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
141141
case _ => Nil
142142
extraSbtArgs ++ sbtProps ++ List(
143-
"-sbt-version", "1.7.1",
143+
"-sbt-version", "1.8.0",
144144
"-Dsbt.supershell=false",
145145
s"-Ddotty.communitybuild.dir=$communitybuildDir",
146146
s"--addPluginSbtFile=$sbtPluginFilePath"

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ object Dependencies {
2525
"com.vladsch.flexmark" % "flexmark-ext-yaml-front-matter" % flexmarkVersion,
2626
)
2727

28-
val newCompilerInterface = "org.scala-sbt" % "compiler-interface" % "1.7.1"
28+
val newCompilerInterface = "org.scala-sbt" % "compiler-interface" % "1.8.0"
2929
val oldCompilerInterface = "org.scala-sbt" % "compiler-interface" % "1.3.5"
3030
}

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.1
1+
sbt.version=1.8.0

project/plugins.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
//
33
// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")
44

5+
// some plugins haven't moved to scala-xml 2.x yet
6+
libraryDependencySchemes +=
7+
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
8+
59
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.12.0")
610

711
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.1
1+
sbt.version=1.8.0

semanticdb/project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.1
1+
sbt.version=1.8.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.1
1+
sbt.version=1.8.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.1
1+
sbt.version=1.8.0

0 commit comments

Comments
 (0)