Skip to content

Commit bffefda

Browse files
authored
update sdk version to 0.0.11 (#10)
1 parent c2d7a75 commit bffefda

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle.kts

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ plugins {
77

88
repositories {
99
mavenCentral()
10-
maven {
11-
url = uri("https://jitpack.io")
12-
}
10+
maven { url = uri("https://jitpack.io") }
1311
}
1412

1513
publishing {
@@ -37,7 +35,7 @@ gradlePlugin {
3735

3836
dependencies {
3937
testImplementation("org.jetbrains.kotlin:kotlin-test")
40-
implementation("com.github.featurevisor:featurevisor-kotlin:0.0.8")
38+
implementation("com.github.featurevisor:featurevisor-kotlin:0.0.11")
4139
implementation(gradleApi())
4240
}
4341

0 commit comments

Comments
 (0)