Skip to content

Commit

Permalink
Release 0.15.1 (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwojda authored Apr 2, 2024
1 parent 34117ea commit 603d19e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ and unified architecture. Konsist guards are written in the form of unit tests (

```kotlin
// Gradle Kotlin:
testImplementation("com.lemonappdev:konsist:0.15.0")
testImplementation("com.lemonappdev:konsist:0.15.1")

// Gradle Groovy:
testImplementation "com.lemonappdev:konsist:0.15.0"
testImplementation "com.lemonappdev:konsist:0.15.1"

// Maven:
<dependency>
<groupId>com.lemonappdev</groupId>
<artifactId>konsist</artifactId>
<version>0.15.0</version>
<version>0.15.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
org.gradle.parallel=true
org.gradle.daemon=true

konsist.version=0.15.0
konsist.version=0.15.1

0 comments on commit 603d19e

Please sign in to comment.