Skip to content

Commit 1f9e725

Browse files
authored
Update scala-library to 2.13.18 (#113)
## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.17` to `2.13.18` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.18) - [Version Diff](scala/scala@v2.13.17...v2.13.18) ## 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/aa5f323f89a14438111266f586018b68db1de989/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> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.scala-lang", "artifactId" : { "name" : "scala-library", "maybeCrossName" : null }, "version" : "2.13.17", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "2.13.18" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update", "early-semver-patch", "semver-spec-patch", "commit-count:1" ] } -->
2 parents 225becc + 43a8931 commit 1f9e725

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,28 @@ object Mill1 extends PlatformConfig {
2727
object Mill011 extends PlatformConfig {
2828
override val millVersion = "0.11.0" // scala-steward:off
2929
override val millPlatform = "0.11"
30-
override val scalaVersion = "2.13.17"
30+
override val scalaVersion = "2.13.18"
3131
override val millLibs = mvn"com.lihaoyi::mill-scalalib:${millVersion}"
3232
override val testWith = Seq("0.12.14", "0.12.0", "0.11.13", millVersion)
3333
}
3434
object Mill010 extends PlatformConfig {
3535
override val millVersion = "0.10.0" // scala-steward:off
3636
override val millPlatform = "0.10"
37-
override val scalaVersion = "2.13.17"
37+
override val scalaVersion = "2.13.18"
3838
override val millLibs = mvn"com.lihaoyi::mill-scalalib:${millVersion}"
3939
override val testWith = Seq("0.10.15", millVersion)
4040
}
4141
object Mill09 extends PlatformConfig {
4242
override val millVersion = "0.9.3" // scala-steward:off
4343
override val millPlatform = "0.9"
44-
override val scalaVersion = "2.13.17"
44+
override val scalaVersion = "2.13.18"
4545
override val millLibs = mvn"com.lihaoyi::mill-scalalib:${millVersion}"
4646
override val testWith = Seq("0.9.12", millVersion)
4747
}
4848
object Mill07 extends PlatformConfig {
4949
override val millVersion = "0.7.0" // scala-steward:off
5050
override val millPlatform = "0.7"
51-
override val scalaVersion = "2.13.17"
51+
override val scalaVersion = "2.13.18"
5252
override val millLibs = mvn"com.lihaoyi::mill-scalalib:${millVersion}"
5353
override val testWith = Seq("0.8.0", "0.7.4", millVersion)
5454
}

0 commit comments

Comments
 (0)