Skip to content

Commit 8f7dd9d

Browse files
Update scala3-library, ... to 3.3.7 (#566)
## About this PR 📦 Updates * [org.scala-lang:scala3-library](https://github.com/scala/scala3) * [org.scala-lang:scala3-library_sjs1](https://github.com/scala/scala3) from `3.3.6` to `3.3.7` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.3.7) - [Version Diff](scala/scala3@3.3.6...3.3.7) - [Version Diff](scala/scala3@release-3.3.6...release-3.3.7) ## 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/47b15c72da8bcee123d858c4defaac4d564370a2/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" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang" } }] ``` </details> <sup> labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-lang", "artifactId" : { "name" : "scala3-library", "maybeCrossName" : "scala3-library_3" }, "version" : "3.3.6", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "3.3.7" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-lang", "artifactId" : { "name" : "scala3-library_sjs1", "maybeCrossName" : "scala3-library_sjs1_3" }, "version" : "3.3.6", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "3.3.7" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "library-update", "early-semver-patch", "semver-spec-patch", "version-scheme:semver-spec", "commit-count:1" ] } -->
1 parent 69a6af6 commit 8f7dd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/BuildHelper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object BuildHelper {
88

99
val Scala212 = "2.12.20"
1010
val Scala213 = "2.13.16"
11-
val Scala3 = "3.3.6"
11+
val Scala3 = "3.3.7"
1212

1313
private val stdOptions = Seq(
1414
"-encoding",

0 commit comments

Comments
 (0)