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

Commit 9868284

Browse files
Update dependencies (#51)
1 parent 7e18e21 commit 9868284

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

generate-sources/new-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ plugins {
2222

2323
dependencies {
2424
compileOnly "org.jetbrains.kotlin:kotlin-compiler-embeddable:$KOTLIN_VERSION"
25-
compileOnly "io.arrow-kt:compiler-plugin-core:$ARROW_META_VERSION"
25+
compileOnly "io.arrow-kt:arrow-meta:$ARROW_META_VERSION"
2626
}
2727

2828
compileKotlin {
2929
kotlinOptions {
3030
jvmTarget = "$JVM_TARGET_VERSION"
3131
}
32-
}
32+
}

hello-world/new-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ plugins {
2222

2323
dependencies {
2424
compileOnly "org.jetbrains.kotlin:kotlin-compiler-embeddable:$KOTLIN_VERSION"
25-
compileOnly "io.arrow-kt:compiler-plugin-core:$ARROW_META_VERSION"
25+
compileOnly "io.arrow-kt:arrow-meta:$ARROW_META_VERSION"
2626
}
2727

2828
compileKotlin {
2929
kotlinOptions {
3030
jvmTarget = "$JVM_TARGET_VERSION"
3131
}
32-
}
32+
}

use-arrow-meta-compiler-plugins/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ arrowMeta.plugins = ['proofs', "${rootDir}/../hello-world/new-plugin/build/libs/
4040
dependencies {
4141
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$KOTLIN_VERSION"
4242

43-
compileOnly "io.arrow-kt:arrow-meta-prelude:$ARROW_META_VERSION"
4443
testImplementation "org.junit.jupiter:junit-jupiter:$JUNIT_VERSION"
4544
testImplementation "org.assertj:assertj-core:$ASSERTJ_VERSION"
4645
}

0 commit comments

Comments
 (0)