We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b86235 + 330ddbb commit bf34b58Copy full SHA for bf34b58
.github/workflows/scala.yml
@@ -36,4 +36,4 @@ jobs:
36
coverageLocations: |
37
${{github.workspace}}/target/*/coverage-report/cobertura.xml:cobertura
38
- name: Run mima
39
- run: sbt '++ 2.12.12 -v mimaReportBinaryIssues'
+ run: sbt '++ 2.12.15 -v mimaReportBinaryIssues'
build.sbt
@@ -51,3 +51,6 @@ mimaPreviousArtifacts := Set(organization.value %% name.value % "1.0.0")
51
sonatypeCredentialHost := "s01.oss.sonatype.org"
52
publishTo := sonatypePublishToBundle.value
53
publishMavenStyle := true
54
+
55
+// needed for scalac-scoverage-reporter
56
+evictionErrorLevel := Level.Info
0 commit comments