Skip to content

Commit

Permalink
Merge branch 'main' into to/#104-reset-trips-daily
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ober authored Oct 15, 2022
2 parents 1ac02e6 + 5555f26 commit 6b48464
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ updates:
open-pull-requests-limit: 10
target-branch: main
reviewers:
- ckittl
- johanneshiry
- t-ober
- sensarmad
- sebastian-peter
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'scala' // scala support
id 'pmd' // code check, working on source code
id 'com.diffplug.spotless' version '6.11.0'//code format
id "de.undercouch.download" version "5.2.1" // downloads plugin
id "de.undercouch.download" version "5.3.0" // downloads plugin
id "org.sonarqube" version "3.4.0.2513" // sonarqube
id "org.scoverage" version "7.0.1" // scala code coverage scoverage
id "com.github.maiflai.scalatest" version "0.32" // run scalatest without specific spec task
Expand Down

0 comments on commit 6b48464

Please sign in to comment.