Skip to content

Commit

Permalink
Update to new Arrow Analysis version
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed May 12, 2022
1 parent 716e502 commit 2b53906
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
kotlin("multiplatform") version "1.6.21" apply true
id("io.kotest.multiplatform") version "5.3.0" apply true
id("io.arrow-kt.analysis.kotlin") version "2.0.2-alpha.20"
}

group "org.example"
Expand All @@ -14,9 +15,6 @@ buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath("io.arrow-kt.analysis.kotlin:io.arrow-kt.analysis.kotlin.gradle.plugin:2.0.2-alpha.20")
}
}

kotlin {
Expand Down Expand Up @@ -46,5 +44,3 @@ kotlin {
}
}
}

apply(plugin = "io.arrow-kt.analysis.kotlin")

0 comments on commit 2b53906

Please sign in to comment.