Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update semanticdb-scala to 4.8.14 and semanticdb-java to 0.9.7 #2895

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'