Skip to content

Commit

Permalink
chore: 2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Mar 24, 2022
1 parent d17555e commit ab11469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/script.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
@file:DependsOn("io.ktor:ktor-client-cio:2.0.0-beta-1")
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-datetime:0.3.1")
@file:DependsOn("org.slf4j:slf4j-simple:2.0.0-alpha5")
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-datetime:0.3.2")
@file:DependsOn("org.slf4j:slf4j-simple:2.0.0-alpha7")
// @file:Import("common.main.kts")

@file:CompilerOptions("-Xopt-in=kotlin.RequiresOptIn", "-jvm-target", "1.8")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v2

- name: Run Kotlin Script
uses: sureshg/kts-exec@v2.3
uses: sureshg/kts-exec@v2.4
with:
script: "script.main.kts"
```
Expand Down

0 comments on commit ab11469

Please sign in to comment.