Skip to content

Commit

Permalink
Update scala3-library to 3.5.2 (#777)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[org.scala-lang:scala3-library](https://github.com/scala/scala3) from
`3.5.1` to `3.5.2`

πŸ“œ [GitHub Release
Notes](https://github.com/scala/scala3/releases/tag/3.5.2) - [Version
Diff](scala/scala3@3.5.1...3.5.2)

## 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/dcc4af213dd8c8f6186f339f525d4ca39849dd77/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>
  • Loading branch information
scala-steward authored Oct 26, 2024
1 parent 3dcfcfa commit 857d954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.typelevel.scalacoptions.ScalacOptions
import org.typelevel.scalacoptions.ScalaVersion
import sbtdynver.DynVerPlugin.autoImport.*

val scala3Version = "3.5.1"
val scala3Version = "3.5.2"
val scala212Version = "2.12.20"
val scala213Version = "2.13.15"

Expand Down

0 comments on commit 857d954

Please sign in to comment.