Skip to content

Commit

Permalink
Update plugin org.jetbrains.kotlin.jvm to v2.1.0-saturn-419
Browse files Browse the repository at this point in the history
| datasource | package                                                         | from   | to               |
| ---------- | --------------------------------------------------------------- | ------ | ---------------- |
| maven      | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 2.0.10 | 2.1.0-saturn-419 |
  • Loading branch information
renovate[bot] authored and actions-user committed Aug 26, 2024
1 parent ec372c2 commit 0715774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

### Updated

- `org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin -> 2.1.0-saturn-419`

## [0.4.0+2.0.20] - 2024-08-25

### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
application
id("com.javiersc.kotlin.kopy")
id("org.jetbrains.kotlin.jvm") version "2.0.10"
id("org.jetbrains.kotlin.jvm") version "2.1.0-saturn-419"
}

application {
Expand Down

0 comments on commit 0715774

Please sign in to comment.