Skip to content

Commit

Permalink
update plugin versions up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
himadieievsv committed Oct 1, 2024
1 parent 2bbad22 commit 1e61da8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ buildscript {
}

plugins {
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "2.0.20"
`java-library`
id("org.jlleitschuh.gradle.ktlint") version "12.0.3"
id("org.jetbrains.kotlinx.kover") version "0.7.5"
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
id("org.jetbrains.kotlinx.kover") version "0.8.3"
`maven-publish`
signing
idea
Expand Down

0 comments on commit 1e61da8

Please sign in to comment.