Skip to content

Commit

Permalink
Update scala3-library to 3.3.4 (#1336)
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.3.3` to `3.3.4`

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

## 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/767fcfecbfd53c507152f6cf15c846176bae561d/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>

Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
Co-authored-by: Erik van Oosten <e.vanoosten@grons.nl>
  • Loading branch information
zio-scala-steward[bot] and erikvanoosten authored Sep 28, 2024
1 parent b6200b3 commit 3b0cce0
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 @@ -20,7 +20,7 @@ lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.8"
enablePlugins(ZioSbtEcosystemPlugin, ZioSbtCiPlugin)

lazy val _scala213 = "2.13.15"
lazy val _scala3 = "3.3.3"
lazy val _scala3 = "3.3.4"

inThisBuild(
List(
Expand Down

0 comments on commit 3b0cce0

Please sign in to comment.