File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33# Fleks
44
5- [ ![ LTS] ( https://img.shields.io/badge/LTS-2.6 -orange.svg )] ( https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.6 /jar )
6- [ ![ Snapshot] ( https://img.shields.io/badge/Snapshot-2.7 --SNAPSHOT-orange.svg )] ( https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.7 -SNAPSHOT~~ )
5+ [ ![ LTS] ( https://img.shields.io/badge/LTS-2.7 -orange.svg )] ( https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.7 /jar )
6+ [ ![ Snapshot] ( https://img.shields.io/badge/Snapshot-2.8 --SNAPSHOT-orange.svg )] ( https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.8 -SNAPSHOT~~ )
77
88[ ![ Build Master] ( https://img.shields.io/github/actions/workflow/status/quillraven/fleks/build.yml?branch=master )] ( https://github.com/Quillraven/fleks/actions )
99[ ![ Kotlin] ( https://img.shields.io/badge/Kotlin-1.9.23-red.svg )] ( http://kotlinlang.org/ )
@@ -73,26 +73,26 @@ To use Fleks add it as a dependency to your project:
7373<dependency >
7474 <groupId >io.github.quillraven.fleks</groupId >
7575 <artifactId >Fleks-jvm</artifactId >
76- <version >2.6 </version >
76+ <version >2.7 </version >
7777</dependency >
7878```
7979
8080#### Gradle (Groovy)
8181
8282``` kotlin
83- implementation ' io.github.quillraven.fleks:Fleks:2.6 '
83+ implementation ' io.github.quillraven.fleks:Fleks:2.7 '
8484```
8585
8686#### Gradle (Kotlin)
8787
8888``` kotlin
89- implementation(" io.github.quillraven.fleks:Fleks:2.6 " )
89+ implementation(" io.github.quillraven.fleks:Fleks:2.7 " )
9090```
9191
9292#### KorGE
9393
9494``` kotlin
95- dependencyMulti(" io.github.quillraven.fleks:Fleks:2.6 " , registerPlugin = false )
95+ dependencyMulti(" io.github.quillraven.fleks:Fleks:2.7 " , registerPlugin = false )
9696```
9797
9898If 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.7-SNAPSHOT "
14+ version = " 2.7"
1515
1616kotlin {
1717 jvm {
You can’t perform that action at this time.
0 commit comments