Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:Nambers/MiraiCP
Browse files Browse the repository at this point in the history
Former-commit-id: d0bd942
  • Loading branch information
Nambers committed May 1, 2021
2 parents c7f041f + abb4911 commit a6f4a8a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .dependabot/config.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: gradle
directory: "/loader"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: gradle
directory: "/plugin"
schedule:
interval: weekly
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion loader/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
application
val kotlinVersion = "1.4.30"
kotlin("jvm") version kotlinVersion
id("com.github.johnrengelman.shadow") version "6.1.0"
id("com.github.johnrengelman.shadow") version "7.0.0"

}

Expand Down

0 comments on commit a6f4a8a

Please sign in to comment.