diff --git a/.github/workflows/compile_test.yml b/.github/workflows/compile_test.yml index 473a2243..ab305775 100644 --- a/.github/workflows/compile_test.yml +++ b/.github/workflows/compile_test.yml @@ -173,4 +173,4 @@ jobs: - name: Compute coverage run: sbt -J-Xmx3G -Dsbt.color=always rootJVM/clean coverage rootJVM/test rootJVM/coverageAggregate - name: Upload report - run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r jvm/target/scala-3.3.3/coverage-report/cobertura.xml + run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r jvm/target/scala-3.3.4/coverage-report/cobertura.xml diff --git a/build.sbt b/build.sbt index f88b6e62..0b613d07 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ name := "minart" ThisBuild / organization := "eu.joaocosta" ThisBuild / publishTo := sonatypePublishToBundle.value -ThisBuild / scalaVersion := "3.3.3" +ThisBuild / scalaVersion := "3.3.4" ThisBuild / licenses := Seq("MIT License" -> url("http://opensource.org/licenses/MIT")) ThisBuild / homepage := Some(url("https://github.com/JD557/minart")) ThisBuild / scmInfo := Some(