Skip to content

Commit

Permalink
Update scala-library to 2.13.13 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 19, 2024
1 parent 148af9c commit 60d1d0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.12"
def scala213 = "2.13.13"
def scalaJsVersion = "1.15.0"
object cli extends Cli
trait Cli extends ScalaModule with ScalaJsCliPublishModule {
Expand Down
10 changes: 5 additions & 5 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.12:$scalaJsVersion")
def getScalaJsCompilerPlugin(cwd: os.Path) = os.proc("cs", "fetch", "--intransitive", s"org.scala-js:scalajs-compiler_2.13.13:$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.12",
"scalac:2.13.13",
"--",
"-classpath",
scalaJsLibraryCp,
Expand Down Expand Up @@ -134,7 +134,7 @@ class Tests extends munit.FunSuite {
os.proc(
"cs",
"launch",
"scalac:2.13.12",
"scalac:2.13.13",
"--",
"-classpath",
scalaJsLibraryCp,
Expand Down Expand Up @@ -188,7 +188,7 @@ class Tests extends munit.FunSuite {
os.proc(
"cs",
"launch",
"scalac:2.13.12",
"scalac:2.13.13",
"--",
"-classpath",
scalaJsLibraryCp,
Expand Down Expand Up @@ -253,7 +253,7 @@ class Tests extends munit.FunSuite {
os.proc(
"cs",
"launch",
"scalac:2.13.12",
"scalac:2.13.13",
"--",
"-classpath",
scalaJsLibraryCp,
Expand Down

0 comments on commit 60d1d0e

Please sign in to comment.