Skip to content

Commit

Permalink
Bump org.scijava:scijava-common from 2.98.0 to 2.99.0
Browse files Browse the repository at this point in the history
Bumps [org.scijava:scijava-common](https://github.com/scijava/scijava-common) from 2.98.0 to 2.99.0.
- [Changelog](https://github.com/scijava/scijava-common/blob/scijava-common-2.99.0/release.properties)
- [Commits](scijava/scijava-common@scijava-common-2.98.0...scijava-common-2.99.0)

---
updated-dependencies:
- dependency-name: org.scijava:scijava-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent e9ace2b commit acf0af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
// Graphics dependencies

// Attention! Manual version increment necessary here!
val scijavaCommonVersion = "2.98.0"
val scijavaCommonVersion = "2.99.0"
annotationProcessor("org.scijava:scijava-common:$scijavaCommonVersion")
kapt("org.scijava:scijava-common:$scijavaCommonVersion") {
exclude("org.lwjgl")
Expand Down

0 comments on commit acf0af0

Please sign in to comment.