Skip to content

Commit

Permalink
1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
acharneski committed Oct 28, 2023
1 parent bcc7dbb commit 456c871
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 194 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ val kotlin_version = "1.7.22"
val junit_version = "5.9.2"
dependencies {

implementation(group = "com.simiacryptus", name = "joe-penai", version = "1.0.20")
implementation(group = "com.simiacryptus", name = "joe-penai", version = "1.0.22")

implementation(group = "org.slf4j", name = "slf4j-api", version = "2.0.5")

Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion util/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val logback_version = "1.2.12"

dependencies {

implementation(group = "com.simiacryptus", name = "joe-penai", version = "1.0.20")
implementation(group = "com.simiacryptus", name = "joe-penai", version = "1.0.22")

implementation(project(":core"))
implementation(project(":webui"))
Expand Down
2 changes: 1 addition & 1 deletion webui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ val jetty_version = "11.0.17"
val jackson_version = "2.15.2"
dependencies {

implementation(group = "com.simiacryptus", name = "joe-penai", version = "1.0.20")
implementation(group = "com.simiacryptus", name = "joe-penai", version = "1.0.22")

implementation(project(":core"))
testImplementation(project(":groovy"))
Expand Down

0 comments on commit 456c871

Please sign in to comment.