Skip to content
Open
Show file tree
Hide file tree
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 api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
compileOnlyApi("it.unimi.dsi:fastutil:8.5.18")

// Annotations
compileOnlyApi("org.jetbrains:annotations:26.0.2-1")
compileOnlyApi("org.jetbrains:annotations:26.1.0")

// NoteBlockAPI
compileOnly("com.github.FilleDev:NoteBlockAPI:1c5500b038")
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {

// Project dependencies
implementation(project(":api"))
compileOnly("org.jetbrains:annotations:26.0.2-1")
compileOnly("org.jetbrains:annotations:26.1.0")

// Runtime libraries (will be shaded)
implementation("dev.dejvokep:boosted-yaml:1.3.7")
Expand Down