File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 cmd : |
4646 if [ "$CACHE_HIT_COURSIER" = "false" ]; then
4747 sbt +update # Runs with adoptium:8 (default)
48- # sbt --sbt-version 1.11.5 +update # If we run scripted tests with multiple sbt versions, we could init that sbt installs here
48+ # sbt --sbt-version 1.11.6 +update # If we run scripted tests with multiple sbt versions, we could init that sbt installs here
4949 sbt +mimaPreviousClassfiles # Fetches previous artifacts
5050 cd documentation && sbt +update && cd .. # Fetches dependencies of the documentation project
5151 sbt -java-home `cs java-home --jvm adoptium:11` exit # Init sbt with new JVM that will be downloaded
@@ -161,7 +161,7 @@ jobs:
161161 scala : 2.13.x, 3.x
162162 add-dimensions : >-
163163 {
164- "sbt": [ "1.11.5 " ],
164+ "sbt": [ "1.11.6 " ],
165165 "sbt_steps": [ "*1of3", "*2of3", "*3of3" ]
166166 }
167167 exclude : >-
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ object ScalaVersions {
99}
1010
1111object SbtVersions {
12- val sbt111 = " 1.11.5 "
12+ val sbt111 = " 1.11.6 "
1313}
You can’t perform that action at this time.
0 commit comments