Skip to content

Commit

Permalink
Update Geyser version (#481)
Browse files Browse the repository at this point in the history
* Update Geyser version
* Update Versions.kt
  • Loading branch information
rtm516 authored Jan 28, 2024
1 parent 94eabd7 commit 19391fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

object Versions {
const val geyserVersion = "2.1.2-SNAPSHOT"
const val geyserVersion = "2.2.1-SNAPSHOT"
const val cumulusVersion = "1.1.2"
const val eventsVersion = "1.1-SNAPSHOT"
const val configUtilsVersion = "1.0-SNAPSHOT"
Expand All @@ -39,4 +39,4 @@ object Versions {
const val javaWebsocketVersion = "1.5.2"

const val checkerQual = "3.19.0"
}
}

0 comments on commit 19391fa

Please sign in to comment.