Skip to content

Commit

Permalink
Merge pull request scala-cli#62 from scala-steward/update/scala-libra…
Browse files Browse the repository at this point in the history
…ry-2.13.14

Update scala-library to 2.13.14
  • Loading branch information
tgodzik authored May 7, 2024
2 parents 2d00ade + 9bc29f8 commit fb710d9
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.13"
def scala213 = "2.13.14"
def scalaJsVersion = "1.16.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.13:$scalaJsVersion")
def getScalaJsCompilerPlugin(cwd: os.Path) = os.proc("cs", "fetch", "--intransitive", s"org.scala-js:scalajs-compiler_2.13.14:$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.13",
"scalac:2.13.14",
"--",
"-classpath",
scalaJsLibraryCp,
Expand Down Expand Up @@ -134,7 +134,7 @@ class Tests extends munit.FunSuite {
os.proc(
"cs",
"launch",
"scalac:2.13.13",
"scalac:2.13.14",
"--",
"-classpath",
scalaJsLibraryCp,
Expand Down Expand Up @@ -188,7 +188,7 @@ class Tests extends munit.FunSuite {
os.proc(
"cs",
"launch",
"scalac:2.13.13",
"scalac:2.13.14",
"--",
"-classpath",
scalaJsLibraryCp,
Expand Down Expand Up @@ -253,7 +253,7 @@ class Tests extends munit.FunSuite {
os.proc(
"cs",
"launch",
"scalac:2.13.13",
"scalac:2.13.14",
"--",
"-classpath",
scalaJsLibraryCp,
Expand Down

0 comments on commit fb710d9

Please sign in to comment.