Skip to content

Commit

Permalink
Use final 2.0.2 of Arrow Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed May 13, 2022
1 parent 2b53906 commit cb53899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +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"
id("io.arrow-kt.analysis.kotlin") version "2.0.2"
}

group "org.example"
Expand Down

0 comments on commit cb53899

Please sign in to comment.