Skip to content

Commit 5fb5ba6

Browse files
authored
sbt 1.10.5 (was 1.9.9) (#20157)
~not for merge until 1.10.0 final; but let's see if CI likes it~
2 parents b989790 + 144fecb commit 5fb5ba6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ RUN apt-get update && \
2222
# Install sbt
2323
ENV SBT_HOME /usr/local/sbt
2424
ENV PATH ${SBT_HOME}/bin:${PATH}
25-
ENV SBT_VERSION 1.9.0
25+
ENV SBT_VERSION 1.10.5
2626
RUN curl -sL "https://github.com/sbt/sbt/releases/download/v$SBT_VERSION/sbt-$SBT_VERSION.tgz" | gunzip | tar -x -C /usr/local

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ final case class SbtCommunityProject(
128128
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
129129
case _ => Nil
130130
extraSbtArgs ++ sbtProps ++ List(
131-
"-sbt-version", "1.9.7",
131+
"-sbt-version", "1.10.5",
132132
"-Dsbt.supershell=false",
133133
s"-Ddotty.communitybuild.dir=$communitybuildDir",
134134
s"--addPluginSbtFile=$sbtPluginFilePath"

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ object Dependencies {
2828
"com.vladsch.flexmark" % "flexmark-ext-yaml-front-matter" % flexmarkVersion,
2929
)
3030

31-
val compilerInterface = "org.scala-sbt" % "compiler-interface" % "1.9.6"
31+
val compilerInterface = "org.scala-sbt" % "compiler-interface" % "1.10.4"
3232
}

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.9
1+
sbt.version=1.10.5
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.7
1+
sbt.version=1.10.5
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.7
1+
sbt.version=1.10.5

0 commit comments

Comments
 (0)