Skip to content

Commit

Permalink
Bump version and packetevents
Browse files Browse the repository at this point in the history
  • Loading branch information
SamB440 committed Jul 1, 2024
1 parent b0635b4 commit c1531a7
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 @@ -9,7 +9,7 @@ plugins {
}

group = "ac.grim.grimac"
version = "2.3.65"
version = "2.3.66"
description = "Libre simulation anticheat designed for 1.20 with 1.8-1.20 support, powered by PacketEvents 2.0."
java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -30,7 +30,7 @@ repositories {
}

dependencies {
implementation("com.github.retrooper:packetevents-spigot:2.3.1-SNAPSHOT")
implementation("com.github.retrooper:packetevents-spigot:2.4.1-SNAPSHOT")
implementation("co.aikar:acf-paper:0.5.1-SNAPSHOT")
implementation("club.minnced:discord-webhooks:0.8.0") // Newer versions include kotlin-stdlib, which leads to incompatibility with plugins that use Kotlin
implementation("it.unimi.dsi:fastutil:8.5.13")
Expand Down

0 comments on commit c1531a7

Please sign in to comment.