Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from TurnipTales/feature/1096-ttf-1210
Browse files Browse the repository at this point in the history
feature/1096-ttf-1210
  • Loading branch information
rettichlp authored Jul 21, 2024
2 parents d17be2e + c2d1ea3 commit b62c03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ repositories {
}

dependencies {
api("org.springframework", "spring-web", "6.1.11")
api("org.springframework", "spring-webflux", "6.1.11")
api("com.google.code.gson", "gson", "2.11.0")
api("com.google.inject", "guice", "7.0.0")
api("com.jeff-media", "json-configuration-serialization", "1.1.4")
api("de.rettichlp", "dclogging", "1.1.5")

paperweight.paperDevBundle("1.20.6-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21-R0.1-SNAPSHOT")
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/paper-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: turniptales-libraries
version: 1.0.0
main: net.turniptales.libraries.TurnipTalesLibraries
api-version: '1.20'
api-version: '1.21'

load: STARTUP
has-open-classloader: true
Expand Down

0 comments on commit b62c03e

Please sign in to comment.