From 41a022bc868820026f5e013618d95122776e7422 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 1 Jun 2023 07:45:16 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.3.0 --- build.sbt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/build.sbt b/build.sbt index aefd0e3..190b4e5 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ lazy val scala212 = "2.12.16" lazy val scala213 = "2.13.8" -lazy val scala3 = "3.1.3" +lazy val scala3 = "3.3.0" lazy val supportedScalaVersions = List( scala3, @@ -103,7 +103,7 @@ lazy val srdf = project circeGeneric, circeParser, fs2Core, - utils, + utils // xercesImpl // required only for totalDigits/fractionDigits // scalaLogging, // scalaCollCompat, @@ -171,10 +171,7 @@ lazy val mdocSettings = Seq( mdocVariables := Map( "VERSION" -> version.value ), - ScalaUnidoc / unidoc / unidocProjectFilter := inProjects( - srdf, - srdfJena, - srdf4j), + ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(srdf, srdfJena, srdf4j), ScalaUnidoc / unidoc / target := (LocalRootProject / baseDirectory).value / "website" / "static" / "api", cleanFiles += (ScalaUnidoc / unidoc / target).value, docusaurusCreateSite := docusaurusCreateSite.dependsOn(Compile / unidoc).value, @@ -265,5 +262,5 @@ lazy val commonSettings = compilationSettings ++ sharedDependencies ++ Seq( email = "jelabra@gmail.com", url = url("https://weso.labra.es") ) - ), + ) ) From 68267416c2bcfdfbb5a9b9bdfe5ccbd52f49b7ad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 1 Jun 2023 07:46:08 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .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 6af05a8..6c3615e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.3] + scala: [3.3.0] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -72,7 +72,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.3] + scala: [3.3.0] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -100,12 +100,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (3.1.3) + - name: Download target directories (3.3.0) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.0-${{ matrix.java }} - - name: Inflate target directories (3.1.3) + - name: Inflate target directories (3.3.0) run: | tar xf targets.tar rm targets.tar