Skip to content

Commit

Permalink
Merge pull request #472 from sourcegraph/olafurpg/bump-scalameta
Browse files Browse the repository at this point in the history
Upgrade to the latest Scalameta
  • Loading branch information
olafurpg authored Aug 16, 2022
2 parents b23adf0 + e11b500 commit f7fad9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy val V =
def scala211 = "2.11.12"
def scala3 = "3.0.1"
def metals = "0.10.6-M1"
def scalameta = "4.4.26"
def scalameta = "4.5.11"
def semanticdbKotlinc = "0.2.0"
def testcontainers = "0.39.3"
def requests = "0.6.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ class ReflectiveCall {
println(a.b)
//^^^^^^^ reference scala/Predef.println(+1).
// ^ reference minimized/ReflectiveCall#a.
// ^ reference local1
}

0 comments on commit f7fad9e

Please sign in to comment.