Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Jan 24, 2025
1 parent 46af571 commit 18fba74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ lazy val compiler213 = crossProject(JSPlatform, JVMPlatform)
.dependsOn(syntax, err)
.settings(
scala2Common,
libraryDependencies += ("org.scalameta" %%% "scalameta" % "4.12.6")
libraryDependencies += ("org.scalameta" %%% "scalameta" % "4.12.7")
.cross(CrossVersion.for3Use2_13)
.exclude("org.jline", "jline"),
// scalap is a dependency of scalameta
Expand Down Expand Up @@ -808,7 +808,7 @@ object GeneratedJS {
commonJvmLibSettings,
libraryDependencies ++= Seq(
"org.scala-lang" % "scalap" % scala2Version exclude ("org.jline", "jline"), // dependency of semanticdb-shared
"org.scalameta" %% "semanticdb-shared" % "4.12.6" cross (CrossVersion.for3Use2_13) exclude ("com.lihaoyi", "sourcecode_2.13") exclude (
"org.scalameta" %% "semanticdb-shared" % "4.12.7" cross (CrossVersion.for3Use2_13) exclude ("com.lihaoyi", "sourcecode_2.13") exclude (
"org.jline",
"jline"
),
Expand Down

0 comments on commit 18fba74

Please sign in to comment.