Skip to content

Commit

Permalink
keep dependency versions in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jan 28, 2022
1 parent 8840978 commit fad7fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import de.gesellix.docker.client.DockerClientImpl

buildscript {
repositories {
// mavenLocal()
// mavenLocal()
// fun findProperty(s: String) = project.findProperty(s) as String?
// listOf(
// "docker-client/*",
Expand All @@ -21,7 +21,7 @@ buildscript {
}

dependencies {
classpath("de.gesellix:docker-client:2021-12-18T23-17-00")
classpath("de.gesellix:docker-client:2022-01-27T23-52-00")
}
}

Expand Down

0 comments on commit fad7fa6

Please sign in to comment.