From ecd4c39fd8f27ee6313c9f404815bb6be817b111 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 8 May 2025 22:49:11 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.6 --- .github/workflows/build.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6684463..750d56d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Check formatting - if: matrix.scala == '3.1.3' + if: matrix.scala == '3.3.6' run: sbt ++${{ matrix.scala }} scalafmtCheckAll # - name: Check bincompat # run: sbt ++${{ matrix.scala }} coreJVM/mimaReportBinaryIssues diff --git a/build.sbt b/build.sbt index ce8bcf5..7c22654 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ lazy val docs = project lazy val commonSettings = Seq( scalacOptions ++= Seq("-new-syntax"), - scalaVersion := "3.1.3", + scalaVersion := "3.3.6", libraryDependencies ++= Seq( "org.scodec" %%% "scodec-core" % "2.2.0", "org.scodec" %%% "scodec-bits" % "1.1.34",