Skip to content

Commit aec4426

Browse files
authored
Update scala3-library to 3.7.4 (#111)
## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.7.3` to `3.7.4` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.7.4) - [Version Diff](scala/scala3@3.7.3...3.7.4) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/9f62794a058343a20f1c3738d93d7b078e6cf8f5/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-lang", artifactId = "scala3-library" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala3-library" } }] ``` </details> <sup> labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-lang", "artifactId" : { "name" : "scala3-library", "maybeCrossName" : "scala3-library_3" }, "version" : "3.7.3", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "3.7.4" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update", "early-semver-patch", "semver-spec-patch", "version-scheme:semver-spec", "commit-count:1" ] } -->
2 parents fa72d89 + 135ced3 commit aec4426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
1414
trait PlatformConfig {
1515
def millVersion: String
1616
def millPlatform: String
17-
def scalaVersion: String = "3.7.3"
17+
def scalaVersion: String = "3.7.4"
1818
def testWith: Seq[String]
1919

2020
def millLibs = mvn"com.lihaoyi::mill-libs:${millVersion}"

0 commit comments

Comments
 (0)