Skip to content

Commit 7bb3f7a

Browse files
committed
remove unused symbols
1 parent d13fcd5 commit 7bb3f7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/core/src/main/scala/org/scalasteward/core/repoconfig/PullRequestUpdateFilter.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ import org.scalasteward.core.data.{SemVer, Update}
2424
import scala.util.matching.Regex
2525

2626
final case class PullRequestUpdateFilter private (
27-
group: Option[String] = None,
28-
artifact: Option[String] = None,
29-
version: Option[SemVer.Change] = None
27+
group: Option[String],
28+
artifact: Option[String],
29+
version: Option[SemVer.Change]
3030
) {
3131

3232
/** Returns `true` if an update falls into this filter; returns `false` otherwise.

0 commit comments

Comments
 (0)