Skip to content
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 velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
// The tab list header and footer are player-facing text, so they come from a bundle and are
// drawn in the design tokens, like every other line the network shows a player.
implementation("gg.grounds:library-i18n:0.2.0")
implementation("io.nats:jnats:2.26.0")
implementation("io.nats:jnats:2.26.2")

// The metrics endpoint. Micrometer rather than a hand-written exposition format, because its
// JVM binders publish the same names the services and the game servers do — one Grafana query
Expand Down