Skip to content

Commit bf34b58

Browse files
authored
Merge pull request #110 from akiomik/change-eviction-error-level
Fix CI build
2 parents 2b86235 + 330ddbb commit bf34b58

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
coverageLocations: |
3737
${{github.workspace}}/target/*/coverage-report/cobertura.xml:cobertura
3838
- name: Run mima
39-
run: sbt '++ 2.12.12 -v mimaReportBinaryIssues'
39+
run: sbt '++ 2.12.15 -v mimaReportBinaryIssues'

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ mimaPreviousArtifacts := Set(organization.value %% name.value % "1.0.0")
5151
sonatypeCredentialHost := "s01.oss.sonatype.org"
5252
publishTo := sonatypePublishToBundle.value
5353
publishMavenStyle := true
54+
55+
// needed for scalac-scoverage-reporter
56+
evictionErrorLevel := Level.Info

0 commit comments

Comments
 (0)