Skip to content

Commit

Permalink
Update semanticdb-scala to 4.8.14 and semanticdb-java to 0.9.7 (#2895)
Browse files Browse the repository at this point in the history
Pull request: #2895
  • Loading branch information
lefou authored Nov 27, 2023
1 parent b15576f commit 9e2aa69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ object Deps {
val scalaparse = ivy"com.lihaoyi::scalaparse:${fastparse.version}"
val scalatags = ivy"com.lihaoyi::scalatags:0.12.0"
// keep in sync with doc/antora/antory.yml
val semanticDB = ivy"org.scalameta:::semanticdb-scalac:4.8.11"
val semanticDbJava = ivy"com.sourcegraph:semanticdb-java:0.9.6"
val semanticDB = ivy"org.scalameta:::semanticdb-scalac:4.8.14"
val semanticDbJava = ivy"com.sourcegraph:semanticdb-java:0.9.7"
val sourcecode = ivy"com.lihaoyi::sourcecode:0.3.1"
val upickle = ivy"com.lihaoyi::upickle:3.1.3"
val utest = ivy"com.lihaoyi::utest:0.8.2"
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ asciidoc:
mill-version: '0.11.5'
mill-last-tag: '0.11.5'
bsp-version: '2.1.0-M7'
example-semanticdb-version: '4.8.11'
example-semanticdb-version: '4.8.14'
example-scala-2-13-version: '2.13.12'
example-utest-version: '0.8.1'

0 comments on commit 9e2aa69

Please sign in to comment.