Skip to content

Commit

Permalink
chore(deps): update dependency com.lordcodes.turtle:turtle to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 12, 2023
1 parent 37fe518 commit dabb3b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployer.main.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env kotlin
@file:Repository("https://repo.maven.apache.org/maven2")
@file:DependsOn("com.uchuhimo:konf:1.1.2")
@file:DependsOn("com.lordcodes.turtle:turtle:0.8.0")
@file:DependsOn("com.lordcodes.turtle:turtle:0.9.0")
@file:OptIn(ExperimentalPathApi::class)

import com.lordcodes.turtle.shellRun
Expand Down
2 changes: 1 addition & 1 deletion tests.main.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env kotlin
@file:Repository("https://repo.maven.apache.org/maven2")
@file:DependsOn("com.lordcodes.turtle:turtle:0.8.0")
@file:DependsOn("com.lordcodes.turtle:turtle:0.9.0")

import com.lordcodes.turtle.ShellScript
import com.lordcodes.turtle.shellRun
Expand Down

0 comments on commit dabb3b4

Please sign in to comment.