Skip to content

Commit

Permalink
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 8df32f2 commit 755d428
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:alpha-SNAPSHOT")
compileOnly("com.github.panomc:pano:v1.0.0-alpha.63")
}

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

0 comments on commit 755d428

Please sign in to comment.