Skip to content

Commit fc3579f

Browse files
Update scala3-library to 3.3.3 (#565)
## About this PR 📦 Updates org.scala-lang:scala3-library from `3.3.1` to `3.3.3` ## 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/dd818f168b2c088b25b8f3737d89afd9b0c8d16a/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>🔍 Files still referring to the old version number</summary> The following files still refer to the old version number (3.3.1). You might want to review and update them manually. ``` upickleReadme/Readme.scalatex ``` </details> <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, old-version-remains, commit-count:1 </sup>
1 parent 410b430 commit fc3579f

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
@@ -17,7 +17,7 @@ import com.github.lolgab.mill.mima._
1717
val scala212 = "2.12.18"
1818
val scala213 = "2.13.11"
1919

20-
val scala3 = "3.3.1"
20+
val scala3 = "3.3.3"
2121
val scalaNative = "0.5.0"
2222
val acyclic = "0.3.12"
2323

0 commit comments

Comments
 (0)