Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Dec 22, 2024
1 parent 783e3e2 commit d2706c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,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.1" cross (CrossVersion.for3Use2_13) exclude ("com.lihaoyi", "sourcecode_2.13") exclude (
"org.scalameta" %% "semanticdb-shared" % "4.12.2" cross (CrossVersion.for3Use2_13) exclude ("com.lihaoyi", "sourcecode_2.13") exclude (
"org.jline",
"jline"
),
Expand Down

0 comments on commit d2706c5

Please sign in to comment.