File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Fleks
22
3- [ ![ LTS] ( https://img.shields.io/badge/LTS-2.4 -orange.svg )] ( https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.4 /jar )
3+ [ ![ LTS] ( https://img.shields.io/badge/LTS-2.5 -orange.svg )] ( https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.5 /jar )
44[ ![ Snapshot] ( https://img.shields.io/badge/Snapshot-2.5--SNAPSHOT-orange.svg )] ( https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.5-SNAPSHOT~~ )
55
66[ ![ Build Master] ( https://img.shields.io/github/actions/workflow/status/quillraven/fleks/build.yml?branch=master )] ( https://github.com/Quillraven/fleks/actions )
@@ -71,26 +71,26 @@ To use Fleks add it as a dependency to your project:
7171<dependency >
7272 <groupId >io.github.quillraven.fleks</groupId >
7373 <artifactId >Fleks-jvm</artifactId >
74- <version >2.4 </version >
74+ <version >2.5 </version >
7575</dependency >
7676```
7777
7878#### Gradle (Groovy)
7979
8080``` kotlin
81- implementation ' io.github.quillraven.fleks:Fleks:2.4 '
81+ implementation ' io.github.quillraven.fleks:Fleks:2.5 '
8282```
8383
8484#### Gradle (Kotlin)
8585
8686``` kotlin
87- implementation(" io.github.quillraven.fleks:Fleks:2.4 " )
87+ implementation(" io.github.quillraven.fleks:Fleks:2.5 " )
8888```
8989
9090#### KorGE
9191
9292``` kotlin
93- dependencyMulti(" io.github.quillraven.fleks:Fleks:2.4 " , registerPlugin = false )
93+ dependencyMulti(" io.github.quillraven.fleks:Fleks:2.5 " , registerPlugin = false )
9494```
9595
9696If you want to use the Snapshot version then you need to add the snapshot repository as well:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111}
1212
1313group = " io.github.quillraven.fleks"
14- version = " 2.5-SNAPSHOT "
14+ version = " 2.5"
1515
1616kotlin {
1717 jvm {
You can’t perform that action at this time.
0 commit comments