Skip to content

Commit

Permalink
Merge branch 'main' into ms/#67-reduce-memory-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
staudtMarius authored Aug 21, 2024
2 parents 4e15e7d + 87652ab commit b70ea7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'com.diffplug.spotless' version '6.25.0'// code format
id "de.undercouch.download" version "5.6.0" // downloads plugin
id 'jacoco' // java code coverage plugin
id "org.sonarqube" version "5.0.0.4638" // sonarqube
id "org.sonarqube" version "5.1.0.4882" // sonarqube
id 'org.scoverage' version '8.1' // Code coverage plugin for scala
id "com.github.maiflai.scalatest" version "0.32" // run scalatest without specific task
}
Expand Down

0 comments on commit b70ea7d

Please sign in to comment.