Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Aug 20, 2024
1 parent c888eef commit bb76bfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencyResolutionManagement {
versionCatalogs {
create("libs") {
// Versions
version("s34k", "0.7.2+s34k-0.11.0")
version("s34k", "0.11.0")
version("hashID", "1.0.2")
version("slf4j", "1.7.36")

Expand All @@ -14,7 +14,7 @@ dependencyResolutionManagement {
version("kotlin-coroutines", "1.8.1")

// Libraries
library("s34k", "org.veupathdb.lib.s3", "s34k-minio").versionRef("s34k")
library("s34k", "org.veupathdb.lib.s3", "s34k").versionRef("s34k")
library("hashID", "org.veupathdb.lib", "hash-id").versionRef("hashID")

library("kotlin.co.core", "org.jetbrains.kotlinx", "kotlinx-coroutines-core").versionRef("kotlin.coroutines")
Expand Down
1 change: 1 addition & 0 deletions test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ repositories {

dependencies {
implementation(project(":lib:workspaces-java"))
implementation("org.veupathdb.lib.s3:s34k-minio:0.7.2+s34k-0.11.0")

implementation("org.apache.logging.log4j:log4j-api:2.17.2")
implementation("org.apache.logging.log4j:log4j-core:2.17.2")
Expand Down

0 comments on commit bb76bfc

Please sign in to comment.