Skip to content

Commit

Permalink
latest scalameta introduces a breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Sep 22, 2024
1 parent c30f947 commit b8f9f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object Dependencies {
val metaconfigV = "0.13.0"
val nailgunV = "0.9.1"
val scalaXmlV = "2.2.0"
val scalametaV = "4.9.9+89-fb896935-SNAPSHOT"
val scalametaV = "4.9.9+138-31ec8cdb-SNAPSHOT"
val scalatestV = "3.2.19"
val munitV = "1.0.2"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ final class ExplicitResultTypes(
defn.hasMod(mod"implicit") && !isImplicitly(body)

def hasParentWihTemplate: Boolean =
defn.parent.exists(_.is[Template])
defn.parent.exists(_.is[Template.Body])

def qualifyingImplicit: Boolean =
isImplicit && !isFinalLiteralVal
Expand Down

0 comments on commit b8f9f5f

Please sign in to comment.