Skip to content

Commit

Permalink
sbt 1.8.0 (was 1.7.1) (#16395)
Browse files Browse the repository at this point in the history
  • Loading branch information
prolativ authored Nov 30, 2022
2 parents 7b9c1a8 + 36ae7a4 commit 81235b7
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion community-build/community-projects/betterfiles
2 changes: 1 addition & 1 deletion community-build/community-projects/cats-effect-3
2 changes: 1 addition & 1 deletion community-build/community-projects/cats-mtl
Submodule cats-mtl updated 1 files
+2 −0 project/plugins.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/fs2
Submodule fs2 updated 1 files
+2 −0 project/plugins.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/http4s
Submodule http4s updated 1 files
+2 −0 project/plugins.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/play-json
Submodule play-json updated 1 files
+2 −0 project/plugins.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/stdLib213
Submodule stdLib213 updated 1 files
+1 −1 project/Osgi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ final case class SbtCommunityProject(
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
case _ => Nil
extraSbtArgs ++ sbtProps ++ List(
"-sbt-version", "1.7.1",
"-sbt-version", "1.8.0",
"-Dsbt.supershell=false",
s"-Ddotty.communitybuild.dir=$communitybuildDir",
s"--addPluginSbtFile=$sbtPluginFilePath"
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ object Dependencies {
"com.vladsch.flexmark" % "flexmark-ext-yaml-front-matter" % flexmarkVersion,
)

val newCompilerInterface = "org.scala-sbt" % "compiler-interface" % "1.7.1"
val newCompilerInterface = "org.scala-sbt" % "compiler-interface" % "1.8.0"
val oldCompilerInterface = "org.scala-sbt" % "compiler-interface" % "1.3.5"
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.1
sbt.version=1.8.0
4 changes: 4 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
//
// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")

// some plugins haven't moved to scala-xml 2.x yet
libraryDependencySchemes +=
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.12.0")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.1
sbt.version=1.8.0
2 changes: 1 addition & 1 deletion semanticdb/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.1
sbt.version=1.8.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.1
sbt.version=1.8.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.1
sbt.version=1.8.0

0 comments on commit 81235b7

Please sign in to comment.