Skip to content

Commit

Permalink
update things
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaboecker committed Apr 29, 2024
1 parent 8661674 commit 72b16d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ repositories {
}

dependencies {
paperweight.paperDevBundle("1.19.4-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.20.5-R0.1-SNAPSHOT")

implementation("net.axay:kspigot:1.20.3")
}

val javaVersion = 17
val javaVersion = 21

tasks {
// Configure reobfJar to run when invoking the build task
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest", "major"],
"automerge": true
}
]
}
2 changes: 1 addition & 1 deletion src/main/resources/paper-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
api-version: '1.19'
api-version: '1.20'

# Change all of these to your plugin's information
name: ExamplePlugin
Expand Down

0 comments on commit 72b16d8

Please sign in to comment.