Skip to content

Commit fb3c668

Browse files
authored
Patterns from def to val
1 parent 04c2bcc commit fb3c668

File tree

1 file changed

+3
-3
lines changed
  • modules/core/src/main/scala/org/scalasteward/core/edit/update

1 file changed

+3
-3
lines changed

modules/core/src/main/scala/org/scalasteward/core/edit/update/Selector.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ object Selector {
8585
}
8686
}
8787

88-
private def scalaCliUsingLib: Pattern =
88+
private val scalaCliUsingLib: Pattern =
8989
Pattern.compile("""//>\s+using\s+lib\s+""")
9090

91-
private def scalaCliUsingDep: Pattern =
91+
private val scalaCliUsingDep: Pattern =
9292
Pattern.compile("""//>\s+using\s+dep\s+""")
9393

94-
private def scalaCliUsingTestDep: Pattern =
94+
private val scalaCliUsingTestDep: Pattern =
9595
Pattern.compile("""//>\s+using\s+test\.dep\s+""")
9696

9797
private def scalaValInDependencyDefPositions(

0 commit comments

Comments
 (0)