From 910022af8e495b49dbfb8f956d302f0eee71e7d9 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 02:19:22 +0000 Subject: [PATCH 1/4] Update cats-core to 2.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 02945395..0e7a3d15 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform) .settings( name := "mouse", libraryDependencies ++= Seq( - "org.typelevel" %%% "cats-core" % "2.7.0", + "org.typelevel" %%% "cats-core" % "2.8.0", "org.scalameta" %%% "munit" % "0.7.29" % Test, "org.scalameta" %%% "munit-scalacheck" % "0.7.29" % Test ), From c3f2bc8d2da72345a161d52b503cc120618a2967 Mon Sep 17 00:00:00 2001 From: danicheg Date: Fri, 17 Jun 2022 21:11:51 +0400 Subject: [PATCH 2/4] Update Scala 3 version to 3.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0e7a3d15..456a4806 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val Scala212 = "2.12.16" val Scala213 = "2.13.8" -val Scala3 = "3.0.2" +val Scala3 = "3.1.2" ThisBuild / organization := "org.typelevel" ThisBuild / organizationName := "Typelevel" From f45e15c0388ce5fba6c3eb80a52b8a9b05508812 Mon Sep 17 00:00:00 2001 From: danicheg Date: Fri, 17 Jun 2022 21:14:42 +0400 Subject: [PATCH 3/4] Regenerate ci.yml --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db5718e3..1929a8f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,12 +28,12 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.16, 3.0.2, 2.13.8] + scala: [2.12.16, 3.1.2, 2.13.8] java: [temurin@8, temurin@17] exclude: - scala: 2.12.16 java: temurin@17 - - scala: 3.0.2 + - scala: 3.1.2 java: temurin@17 runs-on: ${{ matrix.os }} steps: @@ -189,12 +189,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.0.2) + - name: Download target directories (3.1.2) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.0.2 + name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.2 - - name: Inflate target directories (3.0.2) + - name: Inflate target directories (3.1.2) run: | tar xf targets.tar rm targets.tar From 7864f17bfda2217c9fe3c1331e079d62a0185815 Mon Sep 17 00:00:00 2001 From: danicheg Date: Fri, 17 Jun 2022 21:19:30 +0400 Subject: [PATCH 4/4] Rm Scala Steward conf --- .scala-steward.conf | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .scala-steward.conf diff --git a/.scala-steward.conf b/.scala-steward.conf deleted file mode 100644 index 2472cff2..00000000 --- a/.scala-steward.conf +++ /dev/null @@ -1,3 +0,0 @@ -updates.pin = [ - { groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.0." } -] \ No newline at end of file