Skip to content

Commit 0139532

Browse files
Update scala3-library to 3.0.1 (#470)
Co-authored-by: kenji yoshida <6b656e6a69@gmail.com>
1 parent 0106344 commit 0139532

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ scala:
88
- 2.11.12
99
- 2.12.14
1010
- 2.13.6
11-
- 3.0.0
11+
- 3.0.1
1212

1313
env:
1414
- SCALAJS_VERSION= ADOPTOPENJDK=8
@@ -37,7 +37,7 @@ matrix:
3737

3838
# Scala Native doesn't support Scala 3 yet
3939

40-
- scala: 3.0.0
40+
- scala: 3.0.1
4141
env: SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8
4242

4343
install:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.
5656
lazy val scala211 = "2.11.12"
5757
lazy val scala212 = "2.12.14"
5858
lazy val scala213 = "2.13.6"
59-
lazy val scala30 = "3.0.0"
59+
lazy val scala30 = "3.0.1"
6060

6161
lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform)(
6262
"compat",

0 commit comments

Comments
 (0)