Skip to content

Commit b4e2b71

Browse files
authored
Merge pull request #18 from scala-steward/update/scala-library-2.13.11
Update scala-library to 2.13.11
2 parents 5b7cfa2 + 0da1946 commit b4e2b71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
submodules: true
20-
- uses: VirtusLab/scala-cli-setup@d37cecaf2c23ee668ec7e5da04eb6da66ae9fab6
20+
- uses: VirtusLab/scala-cli-setup@9bc68588ab2d49dae03e5395a5f411e20914f97e
2121
with:
2222
jvm: "temurin:17"
2323
- name: Test CLI
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
submodules: true
35-
- uses: VirtusLab/scala-cli-setup@d37cecaf2c23ee668ec7e5da04eb6da66ae9fab6
35+
- uses: VirtusLab/scala-cli-setup@9bc68588ab2d49dae03e5395a5f411e20914f97e
3636
with:
3737
jvm: "temurin:17"
3838
- run: .github/scripts/gpg-setup.sh

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import scala.util.Properties.isWin
1717

1818

1919
def scalaJsCliVersion = "1.1.1-sc5"
20-
def scala213 = "2.13.10"
20+
def scala213 = "2.13.11"
2121
def scalaJsVersion = "1.13.1"
2222
object cli extends Cli
2323
trait Cli extends ScalaModule with ScalaJsCliPublishModule {

0 commit comments

Comments
 (0)