Skip to content

Commit

Permalink
fix(dynamic-unit): bump pogues-model version
Browse files Browse the repository at this point in the history
  • Loading branch information
nsenave committed Dec 16, 2024
1 parent 9621748 commit 4791cc3
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 @@ -16,7 +16,7 @@ java {

allprojects {
group = "fr.insee.eno"
version = "3.31.0-SNAPSHOT.2"
version = "3.31.0-SNAPSHOT.3"
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("lunatic-model", "3.15.2")
version("pogues-model", "1.4.0")
version("pogues-model", "1.5.0")
library("lunatic-model", "fr.insee.lunatic", "lunatic-model").versionRef("lunatic-model")
library("pogues-model", "fr.insee.pogues", "pogues-model").versionRef("pogues-model")
}
Expand Down

0 comments on commit 4791cc3

Please sign in to comment.