Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cmd: |
if [ "$CACHE_HIT_COURSIER" = "false" ]; then
sbt +update # Runs with adoptium:8 (default)
# sbt --sbt-version 1.10.5 +update # If we run scripted tests with multiple sbt versions, we could init that sbt installs here
# sbt --sbt-version 1.10.6 +update # If we run scripted tests with multiple sbt versions, we could init that sbt installs here
sbt +mimaPreviousClassfiles # Fetches previous artifacts
cd documentation && sbt +update && cd .. # Fetches dependencies of the documentation project
sbt -java-home `cs java-home --jvm adoptium:11` exit # Init sbt with new JVM that will be downloaded
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
scala: 2.13.x, 3.x
add-dimensions: >-
{
"sbt": [ "1.10.5" ],
"sbt": [ "1.10.6" ],
"sbt_steps": [ "*1of3", "*2of3", "*3of3" ]
}
exclude: >-
Expand Down
2 changes: 1 addition & 1 deletion documentation/project/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>

# sync with project/build.properties
sbt.version=1.10.5
sbt.version=1.10.6
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ object ScalaVersions {
}

object SbtVersions {
val sbt110 = "1.10.5"
val sbt110 = "1.10.6"
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>

# sync with documentation/project/build.properties
sbt.version=1.10.5
sbt.version=1.10.6
Loading