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

Commit

Permalink
Update API version
Browse files Browse the repository at this point in the history
Took 4 minutes
  • Loading branch information
Igor Michalski committed Jul 21, 2024
1 parent 84e69a4 commit 0d418c5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ plugins {
}

group = "dev.igoyek"
version = "1.0.4"
version = "1.0.5"
description = "Chat manager for FlameCode studio."

java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
toolchain.languageVersion.set(JavaLanguageVersion.of(11))
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

bukkit {
Expand Down Expand Up @@ -55,7 +54,7 @@ repositories {

dependencies {
// spigot api
compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.20.6-R0.1-SNAPSHOT")

// bstats
implementation("org.bstats:bstats-bukkit:3.0.2")
Expand Down

0 comments on commit 0d418c5

Please sign in to comment.