Skip to content

Commit

Permalink
Update semanticdb-scala to 4.8.11 (#2819)
Browse files Browse the repository at this point in the history
Pull request: #2819
  • Loading branch information
lefou authored Oct 6, 2023
1 parent e703b7a commit b2d4b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ 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.10"
val semanticDB = ivy"org.scalameta:::semanticdb-scalac:4.8.11"
val semanticDbJava = ivy"com.sourcegraph:semanticdb-java:0.9.6"
val sourcecode = ivy"com.lihaoyi::sourcecode:0.3.1"
val upickle = ivy"com.lihaoyi::upickle:3.1.3"
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.10'
example-semanticdb-version: '4.8.11'
example-scala-2-13-version: '2.13.12'
example-utest-version: '0.8.1'

0 comments on commit b2d4b22

Please sign in to comment.