From 7d6ad3523f0d04e1fdebd2608e3ea3f50b5563de Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 9 Jul 2023 03:34:24 +0200 Subject: [PATCH] Update scala-compiler, scala-library, ... to 2.12.18 (#496) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About this PR 📦 Updates * [org.scala-lang:scala-compiler](https://github.com/scala/scala) * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.12.17` to `2.12.18` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.18) - [Version Diff](https://github.com/scala/scala/compare/v2.12.17...v2.12.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/241700e14072c0e6299f4e5e3ddf23902c1a2554/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_
âš™ Adjust future updates 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" } }] ```
labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1 Co-authored-by: Li Haoyi --- build.sbt | 2 +- build.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 3b44e625a..d36b7c80f 100644 --- a/build.sbt +++ b/build.sbt @@ -6,5 +6,5 @@ lazy val upickleReadme = scalatex.ScalatexReadme( url = "https://github.com/lihaoyi/upickle/tree/main", source = "Readme" ).settings( - scalaVersion := "2.12.17" + scalaVersion := "2.12.18" ) diff --git a/build.sc b/build.sc index 53a65343d..cf6c16e05 100644 --- a/build.sc +++ b/build.sc @@ -14,7 +14,7 @@ import mill.scalanativelib.api.{LTO, ReleaseMode} import de.tobiasroeser.mill.vcs.version.VcsVersion import com.github.lolgab.mill.mima._ -val scala212 = "2.12.17" +val scala212 = "2.12.18" val scala213 = "2.13.10" val scala3 = "3.2.2"