Skip to content

Commit

Permalink
Update scala-library to 2.12.19 (#45)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala)
from `2.12.18` to `2.12.19`

📜 [GitHub Release
Notes](https://github.com/scala/scala/releases/tag/v2.12.19) - [Version
Diff](scala/scala@v2.12.18...v2.12.19)

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

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

Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
Co-authored-by: Ignacio Lucero <account@iluce.ro>
  • Loading branch information
3 people authored Mar 4, 2024
1 parent 05ebb3e commit 0372b11
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 @@ -6,7 +6,7 @@ lazy val root = (project in file("."))
scmInfo := Some(ScmInfo(url("https://github.com/moia-oss/scala-pekko-http-client"), "scm:git@github.com:moia-oss/scala-pekko-http-client.git")),
homepage := Some(url("https://github.com/moia-oss/scala-pekko-http-client")),
scalaVersion := "2.13.13",
crossScalaVersions := List("2.12.18", "2.13.13"),
crossScalaVersions := List("2.12.19", "2.13.13"),
versionScheme := Some("early-semver"),
scalacOptions ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit 0372b11

Please sign in to comment.