Skip to content

Commit

Permalink
Merge pull request #9 from JetBrains-Research/update-deps
Browse files Browse the repository at this point in the history
GRZ-2961 Update dependencies
  • Loading branch information
AnastasiaTuchina authored Dec 6, 2023
2 parents 0739267 + ee642be commit 669c707
Show file tree
Hide file tree
Showing 5 changed files with 533 additions and 419 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile

group = "io.kinference.primitives"
//also change version in PluginConstants.kt
version = "0.1.24"
version = "0.1.25"

plugins {
kotlin("multiplatform") version "1.8.10" apply false
kotlin("multiplatform") version "1.9.21" apply false
`maven-publish` apply true
}

Expand Down Expand Up @@ -53,8 +53,8 @@ subprojects {
}

languageSettings {
apiVersion = "1.7"
languageVersion = "1.7"
apiVersion = "1.9"
languageVersion = "1.9"
}
}

Expand Down
Loading

0 comments on commit 669c707

Please sign in to comment.