From 6aa81653dcd81cd2c3e5ea291215cdbd1be01f2e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 31 Jan 2023 13:31:40 +0000 Subject: [PATCH 1/3] Update scala3-library, ... to 3.2.2 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 0475b522..9464af11 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -5,7 +5,7 @@ object Settings { private def scala212 = "2.12.17" private def scala213 = "2.13.10" - private def scala3 = "3.2.1" + private def scala3 = "3.2.2" private lazy val isAtLeastScala213 = Def.setting { import Ordering.Implicits._ From 4376a6a6a1bc6b2225dee49988c9768940242729 Mon Sep 17 00:00:00 2001 From: Alex Archambault Date: Mon, 19 Jun 2023 16:29:04 +0200 Subject: [PATCH 2/3] fixup --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d76f1368..72954367 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - SCALA_VERSION: ["2.12.18", "2.13.11", "3.2.1"] + SCALA_VERSION: ["2.12.18", "2.13.11", "3.2.2"] steps: - uses: actions/checkout@v3 with: From 3a51c9961f012cff1c975578458af955204eed3f Mon Sep 17 00:00:00 2001 From: Alex Archambault Date: Mon, 19 Jun 2023 16:43:13 +0200 Subject: [PATCH 3/3] fixup --- tests/native/src/test/scala-3/caseapp/NativeUtil.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/native/src/test/scala-3/caseapp/NativeUtil.scala b/tests/native/src/test/scala-3/caseapp/NativeUtil.scala index 45b36a2f..0c56a70c 100644 --- a/tests/native/src/test/scala-3/caseapp/NativeUtil.scala +++ b/tests/native/src/test/scala-3/caseapp/NativeUtil.scala @@ -1,5 +1,5 @@ package caseapp object NativeUtil { - def scalaBinaryVersion = "3.2.1" + def scalaBinaryVersion = "3.2.2" }