Skip to content

Commit

Permalink
Merge pull request #529 from scala-steward/update/scala3-library-3.3.4
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.3.4
  • Loading branch information
JD557 authored Sep 30, 2024
2 parents c74ec55 + 4bd663a commit b0caa92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b0caa92

Please sign in to comment.