Skip to content

Commit fe0ec85

Browse files
committed
sbt 1.10.7 (was 1.10.5)
1 parent 1b0be01 commit fe0ec85

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.10.5
25+
ENV SBT_VERSION 1.10.7
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.10.5",
131+
"-sbt-version", "1.10.7",
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.10.4"
31+
val compilerInterface = "org.scala-sbt" % "compiler-interface" % "1.10.7"
3232
}

project/build.properties

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

0 commit comments

Comments
 (0)