Skip to content

Commit

Permalink
chore: Update lihaoyi's and scalameta dependencies
Browse files Browse the repository at this point in the history
Thanks to shading added to scalameta we can now update the dependencies.
  • Loading branch information
tgodzik committed Jul 11, 2023
1 parent 20c28d3 commit de5c883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -451,9 +451,9 @@ lazy val metals = project
"com.outr" %% "scribe-file" % V.scribe,
"com.outr" %% "scribe-slf4j" % V.scribe, // needed for flyway database migrations
// for JSON formatted doctor
"com.lihaoyi" %% "ujson" % "2.0.0",
"com.lihaoyi" %% "ujson" % "3.1.2",
// For remote language server
"com.lihaoyi" %% "requests" % "0.7.1",
"com.lihaoyi" %% "requests" % "0.8.0",
// for producing SemanticDB from Scala source files
"org.scalameta" %% "scalameta" % V.scalameta,
"org.scalameta" % "semanticdb-scalac-core" % V.scalameta cross CrossVersion.full,
Expand Down
4 changes: 2 additions & 2 deletions project/V.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object V {
val coursier = "2.1.5"
val coursierInterfaces = "1.0.18"
val debugAdapter = "3.1.3"
val genyVersion = "0.7.1"
val genyVersion = "1.0.0"
val gradleBloop = "1.6.1"
val java8Compat = "1.0.2"
val javaSemanticdb = "0.8.22"
Expand All @@ -37,7 +37,7 @@ object V {
val scalaCli = "1.0.1"
val scalafix = "0.11.0"
val scalafmt = "3.7.7"
val scalameta = "4.8.2"
val scalameta = "4.8.3"
val scribe = "3.11.7"
val semanticdb = scalameta
val qdox = "2.0.3"
Expand Down

0 comments on commit de5c883

Please sign in to comment.