arrow-kt / arrow-analysis

Arrow Analysis Plugin
https://arrow-kt.io/docs/meta/analysis/
Apache License 2.0
28 stars 3 forks source link

Docs are not in sync with Github #50

Open martinbonnin opened 2 years ago

martinbonnin commented 2 years ago

https://arrow-kt.io/docs/meta/analysis/ currently shows

classpath("io.arrow-kt.analysis.kotlin:io.arrow-kt.analysis.kotlin.gradle.plugin:2.0")

But https://github.com/arrow-kt/arrow-analysis/blob/main/docs/docs/index.md correctly has version 2.0.2:

id("io.arrow-kt.analysis.kotlin") version "2.0.2"