Skip to content

Commit

Permalink
Fix compatibility section plugin version pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
lupuuss committed Feb 28, 2024
1 parent ed372d0 commit 3480d39
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ Kotlin version is always prioritized.
| Mokkery version | Supported Kotlin version | Plugin version |
|------------------------------------|--------------------------------------------------------|--------------------------|
| 2.0.0-Beta1 | 2.0.0-Beta4+ | `"2.0.0-Beta1"` |
| 1.4.0 | 1.9.22, 1.9.21, 1.9.20 | `"1.4.0-$kotlinVersion"` |
| 1.3.2 | 1.9.22, 1.9.21, 1.9.20 | `"1.3.2-$kotlinVersion"` |
| 1.3.1 | 1.9.22, 1.9.21, 1.9.20 | `"1.3.1-$kotlinVersion"` |
| 1.3.0 | 1.9.20, 1.9.10, 1.9.0, 1.8.22, 1.8.21, 1.8.20 | `"1.3.0-$kotlinVersion"` |
| 1.2.0 | 1.9.0, 1.8.22, 1.8.21, 1.8.20 | `"1.2.0-$kotlinVersion"` |
| 1.1.0 | 1.9.0, 1.8.22, 1.8.21, 1.8.20 | `"1.1.0-$kotlinVersion"` |
| 1.0.1 | 1.9.0, 1.8.22, 1.8.21, 1.8.20 | `"1.0.1-$kotlinVersion"` |
| 1.4.0 | 1.9.22, 1.9.21, 1.9.20 | `"$kotlinVersion-1.4.0"` |
| 1.3.2 | 1.9.22, 1.9.21, 1.9.20 | `"$kotlinVersion-1.3.2"` |
| 1.3.1 | 1.9.22, 1.9.21, 1.9.20 | `"$kotlinVersion-1.3.1"` |
| 1.3.0 | 1.9.20, 1.9.10, 1.9.0, 1.8.22, 1.8.21, 1.8.20 | `"$kotlinVersion-1.3.0"` |
| 1.2.0 | 1.9.0, 1.8.22, 1.8.21, 1.8.20 | `"$kotlinVersion-1.2.0"` |
| 1.1.0 | 1.9.0, 1.8.22, 1.8.21, 1.8.20 | `"$kotlinVersion-1.1.0"` |
| 1.0.1 | 1.9.0, 1.8.22, 1.8.21, 1.8.20 | `"$kotlinVersion-1.0.1"` |

> **Warning**
> Mokkery 2.0.0 pre-releases are not locked to specific Kotlin pre-release and optimistically assume that compiler
Expand Down

0 comments on commit 3480d39

Please sign in to comment.