Skip to content

Commit

Permalink
fix: try to fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Jan 29, 2025
1 parent 755d428 commit 81255f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
if (bootstrap) {
compileOnly(project(mapOf("path" to ":Pano")))
} else {
compileOnly("com.github.panomc:pano:v1.0.0-alpha.63")
compileOnly("com.github.panomc:pano:v1.0.0-alpha.65")
}

compileOnly(kotlin("stdlib-jdk8"))
Expand Down

0 comments on commit 81255f3

Please sign in to comment.