Skip to content

Commit

Permalink
Update scijava BOM to 36.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Jul 21, 2023
1 parent 4707cd3 commit 0f6e691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.94.1"
val scijavaCommonVersion = "2.94.2"
annotationProcessor("org.scijava:scijava-common:$scijavaCommonVersion")
kapt("org.scijava:scijava-common:$scijavaCommonVersion") {
exclude("org.lwjgl")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ jvmTarget=11
#useLocalScenery=true
kotlinVersion=1.8.22
dokkaVersion=1.8.20
scijavaParentPOMVersion=35.1.1
scijavaParentPOMVersion=36.0.0

0 comments on commit 0f6e691

Please sign in to comment.