Skip to content

Commit

Permalink
update sdk version to 0.0.11 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tan108 authored Apr 5, 2024
1 parent c2d7a75 commit bffefda
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ plugins {

repositories {
mavenCentral()
maven {
url = uri("https://jitpack.io")
}
maven { url = uri("https://jitpack.io") }
}

publishing {
Expand Down Expand Up @@ -37,7 +35,7 @@ gradlePlugin {

dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test")
implementation("com.github.featurevisor:featurevisor-kotlin:0.0.8")
implementation("com.github.featurevisor:featurevisor-kotlin:0.0.11")
implementation(gradleApi())
}

Expand Down

0 comments on commit bffefda

Please sign in to comment.