Skip to content

Commit

Permalink
Update README for 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-udy committed May 30, 2024
1 parent 1637f1d commit 9c385b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Enro is published to [Maven Central](https://search.maven.org/). Make sure your

```kotlin
dependencies {
implementation("dev.enro:enro:2.6.0")
ksp("dev.enro:enro-processor:2.6.0") // both kapt and ksp are supported
testImplementation("dev.enro:enro-test:2.6.0")
implementation("dev.enro:enro:2.7.0")
ksp("dev.enro:enro-processor:2.7.0") // both kapt and ksp are supported
testImplementation("dev.enro:enro-test:2.7.0")
}
```

Expand Down

0 comments on commit 9c385b3

Please sign in to comment.