Skip to content

Commit

Permalink
Update gradle plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
cupertank committed Jul 18, 2023
1 parent b5e10d4 commit afd1c7a
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 230 deletions.
6 changes: 3 additions & 3 deletions gradle-plugin-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import org.jetbrains.kotlin.gradle.tasks.CompileUsingKotlinDaemon
import org.jetbrains.kotlin.gradle.tasks.KotlinCompilerExecutionStrategy

plugins {
kotlin("multiplatform") version "1.8.10" apply true
id("io.kinference.primitives") version "0.1.22"
kotlin("multiplatform") version "1.9.0" apply true
id("io.kinference.primitives") version "0.1.23"
}

group = "io.kinference.primitives"
Expand All @@ -25,7 +25,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
api("io.kinference.primitives:primitives-annotations:0.1.22")
api("io.kinference.primitives:primitives-annotations:0.1.23")
}
}
}
Expand Down
Loading

0 comments on commit afd1c7a

Please sign in to comment.