Skip to content

Commit

Permalink
deps: update semanticdb to 4.8.1 (#2653)
Browse files Browse the repository at this point in the history
This just bumps the default version of semanticdb from 4.7.8 to 4.8.1. I
realized when using mill-scalafix that I needed to manually do this
since the new Mill version is still using an older semanticdb version
that doesn't support for example 2.13.11.

Pull request: #2653
  • Loading branch information
ckipp01 authored Jul 4, 2023
1 parent 6acbe58 commit 2967d95
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 @@ -142,7 +142,7 @@ object Deps {
val scalacScoverage2Serializer =
ivy"org.scoverage::scalac-scoverage-serializer:${scoverage2Version}"
// keep in sync with doc/antora/antory.yml
val semanticDB = ivy"org.scalameta:::semanticdb-scalac:4.7.8"
val semanticDB = ivy"org.scalameta:::semanticdb-scalac:4.8.1"
val semanticDbJava = ivy"com.sourcegraph:semanticdb-java:0.8.18"
val sourcecode = ivy"com.lihaoyi::sourcecode:0.3.0"
val upickle = ivy"com.lihaoyi::upickle:3.1.0"
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.1'
mill-last-tag: '0.11-1'
bsp-version: '2.1.0-M5'
example-semanticdb-version: '4.7.8'
example-semanticdb-version: '4.8.1'
example-scala-2-13-version: '2.13.11'
example-utest-version: '0.8.1'

0 comments on commit 2967d95

Please sign in to comment.