Skip to content

Commit 61ad654

Browse files
authored
Merge pull request #3740 from scala-steward/update/scala3-library-3.3.7
Update scala3-library to 3.3.7
2 parents a932746 + d22720a commit 61ad654

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
2121
)
2222

2323
val Scala213 = "2.13.17"
24-
val Scala3 = "3.3.6"
24+
val Scala3 = "3.3.7"
2525

2626
/// sbt-typelevel configuration
2727

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)