Skip to content

Commit

Permalink
Update scala-library to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 26, 2024
1 parent 380a7e8 commit 779f0ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import scala.util.Properties.isWin


def scalaJsCliVersion = "1.1.1-sc5"
def scala213 = "2.13.14"
def scala213 = "2.13.15"
def scalaJsVersion = "1.16.0"
object cli extends Cli
trait Cli extends ScalaModule with ScalaJsCliPublishModule {
Expand Down
14 changes: 7 additions & 7 deletions tests/test/src/org/scalajs/cli/tests/Tests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Tests extends munit.FunSuite {
.out
.trim()

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

test("tests") {
Expand All @@ -48,7 +48,7 @@ class Tests extends munit.FunSuite {
os.proc(
"cs",
"launch",
"scalac:2.13.14",
"scalac:2.13.15",
"--",
"-classpath",
scalaJsLibraryCp,
Expand Down Expand Up @@ -135,7 +135,7 @@ class Tests extends munit.FunSuite {
val compileCommand = os.proc(
"cs",
"launch",
"scalac:2.13.14",
"scalac:2.13.15",
"--",
"-classpath",
scalaJsLibraryCp,
Expand Down Expand Up @@ -240,7 +240,7 @@ class Tests extends munit.FunSuite {
os.proc(
"cs",
"launch",
"scalac:2.13.14",
"scalac:2.13.15",
"--",
"-classpath",
scalaJsLibraryCp,
Expand Down Expand Up @@ -295,7 +295,7 @@ class Tests extends munit.FunSuite {
os.proc(
"cs",
"launch",
"scalac:2.13.14",
"scalac:2.13.15",
"--",
"-classpath",
scalaJsLibraryCp,
Expand Down Expand Up @@ -352,7 +352,7 @@ class Tests extends munit.FunSuite {
os.proc(
"cs",
"launch",
"scalac:2.13.14",
"scalac:2.13.15",
"--",
"-classpath",
scalaJsLibraryCp,
Expand Down Expand Up @@ -417,7 +417,7 @@ class Tests extends munit.FunSuite {
os.proc(
"cs",
"launch",
"scalac:2.13.14",
"scalac:2.13.15",
"--",
"-classpath",
scalaJsLibraryCp,
Expand Down

0 comments on commit 779f0ce

Please sign in to comment.