Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Knerio committed May 28, 2024
2 parents d12bfa4 + bafaa76 commit 828b62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ repositories {

dependencies {
implementation("org.projectlombok:lombok:1.18.32")
implementation("org.jetbrains:annotations:24.0.0")
implementation("org.jetbrains:annotations:24.0.0")
implementation("org.jetbrains:annotations:24.1.0")
implementation("org.jetbrains:annotations:24.1.0")
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.assertj:assertj-core:3.26.0")
Expand Down

0 comments on commit 828b62b

Please sign in to comment.