Skip to content

Commit

Permalink
Merge pull request #288 from bowring/2025A
Browse files Browse the repository at this point in the history
New version with bug fixes and parameter manager
  • Loading branch information
bowring authored Jan 17, 2025
2 parents 6a65aee + d0d1886 commit d62204f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/common-build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
val mavenArtifactId = name
val mavenGroupId = "org.cirdles"
// preserve double quotes in mavenVersion as Tripoli uses regex based on them to check on latest version
val mavenVersion = "0.5.8"//10 OCT 2024
val mavenVersion = "0.5.9"//17 Jan 2025

object Versions {
const val junitVersion = "5.8.2"
Expand Down

0 comments on commit d62204f

Please sign in to comment.