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

deps: bump org.bstats:bstats-bungeecord from 3.0.2 to 3.1.0 #267

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bungee/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
implementation project(path: ':common')

implementation 'org.bstats:bstats-bungeecord:3.0.2'
implementation 'org.bstats:bstats-bungeecord:3.1.0'
implementation 'net.kyori:adventure-platform-bungeecord:4.3.2'

compileOnly 'net.md-5:bungeecord-api:1.20-R0.1-SNAPSHOT'
Expand Down
Loading