Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
AltronMaxX committed Aug 8, 2024
1 parent ade9705 commit bcb98c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("com.github.johnrengelman.shadow") version "7.1.2"
}

val versionStr = "1.3.0"
val versionStr = "1.3.1"

group = "net.edenor.minimap"
version = versionStr
Expand Down Expand Up @@ -37,11 +37,11 @@ dependencies {

// Common Dependencies
implementation("net.kyori:adventure-api:4.15.0")
implementation("net.kyori:adventure-nbt:4.15.0")
implementation("net.kyori:adventure-text-minimessage:4.15.0")

compileOnly("com.google.guava:guava:32.0.0-android")
compileOnly("com.google.code.gson:gson:2.8.9")
compileOnly("net.kyori:adventure-nbt:4.15.0")
}

tasks {
Expand Down

0 comments on commit bcb98c2

Please sign in to comment.