Skip to content

Commit

Permalink
Updated DDogleg to SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
lessthanoptimal committed Nov 27, 2023
1 parent 395deb8 commit e443a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ subprojects {
}

dependencies {
implementation (group: 'org.ddogleg', name: 'ddogleg', version: '0.23.1')
implementation (group: 'org.ddogleg', name: 'ddogleg', version: '0.23.2-SNAPSHOT')

compileOnly "org.jetbrains:annotations:$project.jetnull_version" // @Nullable
compileOnly "javax.annotation:jsr250-api:$project.jsr250_version" // @Generated
Expand Down

0 comments on commit e443a4a

Please sign in to comment.