Skip to content

Commit

Permalink
Update plugin co.uzzu.dotenv.gradle to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2023
1 parent 0dbf835 commit 75401a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
base
id("co.uzzu.dotenv.gradle") version "2.0.0"
id("co.uzzu.dotenv.gradle") version "3.0.0"
kotlin("jvm") version "1.4.31" apply false
id("org.jlleitschuh.gradle.ktlint") version "11.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/hierarchical_definitions/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
base
id("co.uzzu.dotenv.gradle") version "2.1.0"
id("co.uzzu.dotenv.gradle") version "3.0.0"
}

println("[$name] FOO: ${env.FOO.value}")
Expand Down

0 comments on commit 75401a0

Please sign in to comment.