Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Nov 22, 2024
1 parent beb3ab5 commit 4bc93ba
Show file tree
Hide file tree
Showing 8 changed files with 401 additions and 400 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ lazy val compiler213 = crossProject(JSPlatform, JVMPlatform)
.settings(
name := "compiler213",
scala2Common,
libraryDependencies += ("org.scalameta" %%% "scalameta" % "4.11.0")
libraryDependencies += ("org.scalameta" %%% "scalameta" % "4.12.0")
.cross(CrossVersion.for3Use2_13)
.exclude("org.jline", "jline"),
// scalap is a dependency of scalameta
Expand Down Expand Up @@ -687,7 +687,7 @@ object GeneratedJS {
commonJvmLibSettings,
libraryDependencies ++= Seq(
"org.scala-lang" % "scalap" % scala2Version exclude ("org.jline", "jline"), // dependency of semanticdb-shared
"org.scalameta" %% "semanticdb-shared" % "4.11.0" cross (CrossVersion.for3Use2_13) exclude ("com.lihaoyi", "sourcecode_2.13") exclude (
"org.scalameta" %% "semanticdb-shared" % "4.12.0" cross (CrossVersion.for3Use2_13) exclude ("com.lihaoyi", "sourcecode_2.13") exclude (
"org.jline",
"jline"
),
Expand Down
2 changes: 1 addition & 1 deletion js-for-jvm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.26.0",
"rollup": "^4.27.3",
"ts-morph": "^24.0.0"
}
}
Loading

0 comments on commit 4bc93ba

Please sign in to comment.