Skip to content

Commit

Permalink
Bump io.github.turansky.seskar:seskar-core from 2.22.0 to 2.23.0 in /kt
Browse files Browse the repository at this point in the history
Bumps [io.github.turansky.seskar:seskar-core](https://github.com/turansky/seskar) from 2.22.0 to 2.23.0.
- [Commits](https://github.com/turansky/seskar/commits)

---
updated-dependencies:
- dependency-name: io.github.turansky.seskar:seskar-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 3f1e295 commit 5142c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kt/aoc2023-exe/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ kotlin {

// Benchmark generation failure without these
implementation("org.jetbrains.kotlin:kotlinx-atomicfu-runtime:${this@kotlin.coreLibrariesVersion}")
implementation("io.github.turansky.seskar:seskar-core:2.22.0")
implementation("io.github.turansky.seskar:seskar-core:2.23.0")
implementation("io.github.turansky.seskar:seskar-react:2.22.0")
}
}
Expand Down

0 comments on commit 5142c02

Please sign in to comment.