Skip to content

Commit

Permalink
Upd version
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwojda committed Dec 2, 2024
1 parent 52e85e1 commit 41a1ae8
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 @@ -23,20 +23,20 @@ tests ([JUnit](https://junit.org/) / [Kotest](https://kotest.io/)).

Gradle Kotlin:
```kotlin
testImplementation("com.lemonappdev:konsist:0.17.0")
testImplementation("com.lemonappdev:konsist:0.17.1")
```

Gradle Groovy:
```groovy
testImplementation "com.lemonappdev:konsist:0.17.0"
testImplementation "com.lemonappdev:konsist:0.17.1"
```

Maven:
```xml
<dependency>
<groupId>com.lemonappdev</groupId>
<artifactId>konsist</artifactId>
<version>0.17.0</version>
<version>0.17.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 @@ -3,4 +3,4 @@ org.gradle.jvmargs=-Xms512M -Xmx4g -Dkotlin.daemon.jvm.options="-Xmx1g"
org.gradle.parallel=true
org.gradle.daemon=true

konsist.version=0.17.0
konsist.version=0.17.1

0 comments on commit 41a1ae8

Please sign in to comment.