Skip to content

Commit

Permalink
chore: bump env.kt to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
testersen committed Nov 11, 2023
1 parent 12f9c45 commit ce96ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color-env/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories {

dependencies {
compileOnly(project(":color"))
implementation("no.telenor.kt:env:0.6.0")
implementation("no.telenor.kt:env:0.6.1")
testImplementation("no.telenor.kt:setenv:2.0.1")
testImplementation(project(":color"))
}

0 comments on commit ce96ee0

Please sign in to comment.