Skip to content

Commit eaf4051

Browse files
committed
scala 2.13.6
1 parent 1e5c7c5 commit eaf4051

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
scala: [2.13.5, 3.0.0]
30+
scala: [2.13.6, 3.0.0]
3131
java: [openjdk@1.11.0]
3232
runs-on: ${{ matrix.os }}
3333
steps:
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
matrix:
7777
os: [ubuntu-latest]
78-
scala: [2.13.5]
78+
scala: [2.13.6]
7979
java: [openjdk@1.11.0]
8080
runs-on: ${{ matrix.os }}
8181
steps:
@@ -101,12 +101,12 @@ jobs:
101101
~/Library/Caches/Coursier/v1
102102
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
103103

104-
- name: Download target directories (2.13.5)
104+
- name: Download target directories (2.13.6)
105105
uses: actions/download-artifact@v2
106106
with:
107-
name: target-${{ matrix.os }}-2.13.5-${{ matrix.java }}
107+
name: target-${{ matrix.os }}-2.13.6-${{ matrix.java }}
108108

109-
- name: Inflate target directories (2.13.5)
109+
- name: Inflate target directories (2.13.6)
110110
run: |
111111
tar xf targets.tar
112112
rm targets.tar

project/ScalaVersions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
object ScalaVersions {
2-
val v213 = "2.13.5"
2+
val v213 = "2.13.6"
33
val v3 = "3.0.0"
44
}

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
logLevel := Level.Warn
22

3-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.0")
3+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
44

55
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
66

0 commit comments

Comments
 (0)