Skip to content

Commit fb710d9

Browse files
authored
Merge pull request scala-cli#62 from scala-steward/update/scala-library-2.13.14
Update scala-library to 2.13.14
2 parents 2d00ade + 9bc29f8 commit fb710d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.sc

+1-1
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.13"
20+
def scala213 = "2.13.14"
2121
def scalaJsVersion = "1.16.0"
2222
object cli extends Cli
2323
trait Cli extends ScalaModule with ScalaJsCliPublishModule {

tests/test/src/org/scalajs/cli/tests/Tests.scala

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Tests extends munit.FunSuite {
2424
.out
2525
.trim()
2626

27-
def getScalaJsCompilerPlugin(cwd: os.Path) = os.proc("cs", "fetch", "--intransitive", s"org.scala-js:scalajs-compiler_2.13.13:$scalaJsVersion")
27+
def getScalaJsCompilerPlugin(cwd: os.Path) = os.proc("cs", "fetch", "--intransitive", s"org.scala-js:scalajs-compiler_2.13.14:$scalaJsVersion")
2828
.call(cwd = cwd).out.trim()
2929

3030
test("tests") {
@@ -48,7 +48,7 @@ class Tests extends munit.FunSuite {
4848
os.proc(
4949
"cs",
5050
"launch",
51-
"scalac:2.13.13",
51+
"scalac:2.13.14",
5252
"--",
5353
"-classpath",
5454
scalaJsLibraryCp,
@@ -134,7 +134,7 @@ class Tests extends munit.FunSuite {
134134
os.proc(
135135
"cs",
136136
"launch",
137-
"scalac:2.13.13",
137+
"scalac:2.13.14",
138138
"--",
139139
"-classpath",
140140
scalaJsLibraryCp,
@@ -188,7 +188,7 @@ class Tests extends munit.FunSuite {
188188
os.proc(
189189
"cs",
190190
"launch",
191-
"scalac:2.13.13",
191+
"scalac:2.13.14",
192192
"--",
193193
"-classpath",
194194
scalaJsLibraryCp,
@@ -253,7 +253,7 @@ class Tests extends munit.FunSuite {
253253
os.proc(
254254
"cs",
255255
"launch",
256-
"scalac:2.13.13",
256+
"scalac:2.13.14",
257257
"--",
258258
"-classpath",
259259
scalaJsLibraryCp,

0 commit comments

Comments
 (0)