Skip to content

Commit

Permalink
Added constraints for FulmiCollection library version
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Jan 9, 2025
1 parent 9472b8c commit cd4cbf6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ allprojects {
}

dependencies {
constraints {
implementation(libs.fulmicollection) {
because 'newer versions have unresolved bugs'
}
}

// Common dependencies
compileOnly libs.lombok
annotationProcessor libs.lombok
Expand Down

0 comments on commit cd4cbf6

Please sign in to comment.