Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and TheEvilRoot committed Nov 28, 2024
1 parent 55b2980 commit a13e3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.konan.properties.Properties

plugins {
`maven-publish`
kotlin("jvm") version "1.9.23"
kotlin("jvm") version "2.0.0"
}

group = "me.theevilroot"
Expand Down

0 comments on commit a13e3fa

Please sign in to comment.