Skip to content

Commit 853eb3b

Browse files
authored
Update scala3-library to 3.3.7 (#186)
## About this PR 📦 Updates [org.scala-lang:scala3-library](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/2a028a134addd16dff0b99a189a295a348991c53/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.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" ] } -->
2 parents c5ca56c + 02e810a commit 853eb3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import java.nio.file.Paths
55
Global / onChangedBuildSource := ReloadOnSourceChanges
66

77
val Versions = new {
8-
val Scala = "3.3.6"
8+
val Scala = "3.3.7"
99

1010
val circe = "0.14.15"
1111

0 commit comments

Comments
 (0)