Skip to content

Commit

Permalink
Merge pull request #152 from ie3-institute/dependabot/gradle/org.scal…
Browse files Browse the repository at this point in the history
…a-lang-scala-library-2.13.7

Bump scala-library from 2.13.6 to 2.13.7
  • Loading branch information
ckittl authored Dec 8, 2021
2 parents 4ff7668 + 1680fb5 commit 2780a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {
slf4jVersion = '1.7.32'
javaVersion = JavaVersion.VERSION_1_8
scalaVersion = '2.13'
scalaBinaryVersion = '2.13.6'
scalaBinaryVersion = '2.13.7'
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
}

Expand Down
1 change: 1 addition & 0 deletions gradle/scripts/scoverage.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
scoverage {
scoverageScalaVersion = scalaBinaryVersion
scoverageVersion = "1.4.10" // TODO: Remove, when default version is matching
coverageOutputHTML = false
coverageOutputXML = true
coverageOutputCobertura = false
Expand Down

0 comments on commit 2780a5e

Please sign in to comment.