Skip to content

Commit

Permalink
Merge pull request #964 from ie3-institute/dependabot/gradle/dev/org.…
Browse files Browse the repository at this point in the history
…scala-lang-scala-library-2.13.15
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
2 parents acf76c7 + 257cda8 commit 88347e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext {
javaVersion = JavaVersion.VERSION_17

scalaVersion = '2.13'
scalaBinaryVersion = '2.13.14'
scalaBinaryVersion = '2.13.15'
pekkoVersion = '1.1.1'
jtsVersion = '1.20.0'
confluentKafkaVersion = '7.4.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle/scripts/scoverage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/scoverage/gradle-scoverage/issues/109 for details

scoverage {
scoverageVersion = "2.1.1"
scoverageVersion = "2.2.1"
scoverageScalaVersion = scalaBinaryVersion
coverageOutputHTML = false
coverageOutputXML = true
Expand Down

0 comments on commit 88347e8

Please sign in to comment.