We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
def
val
1 parent 04c2bcc commit fb3c668Copy full SHA for fb3c668
modules/core/src/main/scala/org/scalasteward/core/edit/update/Selector.scala
@@ -85,13 +85,13 @@ object Selector {
85
}
86
87
88
- private def scalaCliUsingLib: Pattern =
+ private val scalaCliUsingLib: Pattern =
89
Pattern.compile("""//>\s+using\s+lib\s+""")
90
91
- private def scalaCliUsingDep: Pattern =
+ private val scalaCliUsingDep: Pattern =
92
Pattern.compile("""//>\s+using\s+dep\s+""")
93
94
- private def scalaCliUsingTestDep: Pattern =
+ private val scalaCliUsingTestDep: Pattern =
95
Pattern.compile("""//>\s+using\s+test\.dep\s+""")
96
97
private def scalaValInDependencyDefPositions(
0 commit comments