Skip to content

Commit

Permalink
feat: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed May 23, 2024
1 parent 6e1b6e2 commit f5e2f0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "1.9.20"
kotlin("kapt") version "1.9.20"
kotlin("jvm") version "2.0.0"
kotlin("kapt") version "2.0.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
`maven-publish`
}
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pluginId=pano-plugin-announcement
pluginClass=com.panomc.plugins.announcement.AnnouncementPlugin
pluginProvider=Pano
pluginDependencies=
pf4jVersion=3.10.0
vertxVersion=4.5.1
gsonVersion=2.10.1
handlebarsVersion=4.3.1
pf4jVersion=3.11.1
vertxVersion=4.5.7
gsonVersion=2.11.0
handlebarsVersion=4.4.0

0 comments on commit f5e2f0b

Please sign in to comment.