Skip to content

Commit

Permalink
Update scala3-library to 3.3.3 (#565)
Browse files Browse the repository at this point in the history
## 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>
  • Loading branch information
scala-steward authored Jul 11, 2024
1 parent 410b430 commit fc3579f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import com.github.lolgab.mill.mima._
val scala212 = "2.12.18"
val scala213 = "2.13.11"

val scala3 = "3.3.1"
val scala3 = "3.3.3"
val scalaNative = "0.5.0"
val acyclic = "0.3.12"

Expand Down

0 comments on commit fc3579f

Please sign in to comment.