Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into ver/1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory authored Dec 28, 2023
2 parents 7bc6291 + 1d3c9e2 commit af13a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.9.21"
kotlin("jvm") version "1.9.22"
id("org.sonarqube") version "4.0.0.2929"
id("com.github.johnrengelman.shadow") version "8.1.1"

Expand Down Expand Up @@ -56,7 +56,7 @@ subprojects {
apply(plugin = "com.github.johnrengelman.shadow")

dependencies {
val kotlin = compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.9.21")
val kotlin = compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.9.22")
project.ext["kotlin_version"] = kotlin!!.version

compileOnly("org.jetbrains:annotations:24.1.0")
Expand Down

0 comments on commit af13a73

Please sign in to comment.