Skip to content

Commit f7a8cb0

Browse files
scala-stewardmkurz
authored andcommitted
[3.0.x] sbt-dependency-tree 1.11.6 (was 1.11.5)
1 parent 302e7d8 commit f7a8cb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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: >-

project/Versions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ object ScalaVersions {
99
}
1010

1111
object SbtVersions {
12-
val sbt111 = "1.11.5"
12+
val sbt111 = "1.11.6"
1313
}

0 commit comments

Comments
 (0)