Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.5 (#241)
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)
* [org.scala-lang:scala3-library_sjs1](https://github.com/scala/scala3)

 from `3.3.4` to `3.3.5`

📜 [GitHub Release
Notes](https://github.com/scala/scala3/releases/tag/3.3.5) - [Version
Diff](scala/scala3@3.3.4...3.3.5)

## 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/8cb08ea31deb8835177839da24d1d0b5bbf83c86/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" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-lang" }
}]
```
</details>

<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
version-scheme:semver-spec, commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForGroupId" : {
      "forArtifactIds" : [
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "org.scala-lang",
                "artifactId" : {
                  "name" : "scala3-library",
                  "maybeCrossName" : "scala3-library_3"
                },
                "version" : "3.3.4",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : null
              }
            ],
            "newerVersions" : [
              "3.3.5"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        },
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "org.scala-lang",
                "artifactId" : {
                  "name" : "scala3-library_sjs1",
                  "maybeCrossName" : "scala3-library_sjs1_3"
                },
                "version" : "3.3.4",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : null
              }
            ],
            "newerVersions" : [
              "3.3.5"
            ],
            "newerGroupId" : null,
            "newerArtifactId" : null
          }
        }
      ]
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-patch",
    "semver-spec-patch",
    "version-scheme:semver-spec",
    "commit-count:1"
  ]
} -->
  • Loading branch information
arainko authored Feb 3, 2025
2 parents 456df56 + 5c0e7c2 commit 2e4af47
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 @@ -15,7 +15,7 @@ ThisBuild / startYear := Some(2023)
ThisBuild / licenses := Seq(License.Apache2)
ThisBuild / developers := List(tlGitHubDev("arainko", "Aleksander Rainko"))
ThisBuild / sonatypeCredentialHost := Sonatype.sonatype01
ThisBuild / scalaVersion := "3.3.4"
ThisBuild / scalaVersion := "3.3.5"
ThisBuild / tlSitePublishBranch := Some("series/0.2.x")

ThisBuild / semanticdbEnabled := true
Expand Down

0 comments on commit 2e4af47

Please sign in to comment.