Skip to content

Commit 2b53906

Browse files
committed
Update to new Arrow Analysis version
1 parent 716e502 commit 2b53906

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
kotlin("multiplatform") version "1.6.21" apply true
33
id("io.kotest.multiplatform") version "5.3.0" apply true
4+
id("io.arrow-kt.analysis.kotlin") version "2.0.2-alpha.20"
45
}
56

67
group "org.example"
@@ -14,9 +15,6 @@ buildscript {
1415
repositories {
1516
mavenCentral()
1617
}
17-
dependencies {
18-
classpath("io.arrow-kt.analysis.kotlin:io.arrow-kt.analysis.kotlin.gradle.plugin:2.0.2-alpha.20")
19-
}
2018
}
2119

2220
kotlin {
@@ -46,5 +44,3 @@ kotlin {
4644
}
4745
}
4846
}
49-
50-
apply(plugin = "io.arrow-kt.analysis.kotlin")

0 commit comments

Comments
 (0)