diff --git a/deployer.main.kts b/deployer.main.kts index 575d5263..cbe4145b 100755 --- a/deployer.main.kts +++ b/deployer.main.kts @@ -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 diff --git a/tests.main.kts b/tests.main.kts index d26299c0..1be7fc2a 100755 --- a/tests.main.kts +++ b/tests.main.kts @@ -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