Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.geysermc.geyser:api from 2.2.0-SNAPSHOT to 2.4.2-SNAPSHOT #12

Closed
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
Bump org.geysermc.geyser:api from 2.2.0-SNAPSHOT to 2.4.2-SNAPSHOT
Bumps org.geysermc.geyser:api from 2.2.0-SNAPSHOT to 2.4.2-SNAPSHOT.

---
updated-dependencies:
- dependency-name: org.geysermc.geyser:api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
commit 53a69fd94f7b41da490f60f4e7fa379bc577b7ab
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ dependencies {

compileOnly("net.octopvp:OctoCore-Core:1.0-SNAPSHOT")
compileOnly("net.octopvp:OctoCore-common:1.0-SNAPSHOT")
compileOnly("org.geysermc.geyser:api:2.2.0-SNAPSHOT")
compileOnly("org.geysermc.geyser:api:2.4.2-SNAPSHOT")
compileOnly("org.geysermc.floodgate:api:2.2.2-SNAPSHOT")
}