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.10 -orange.svg )] ( https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.10 /jar )
6- [ ![ Snapshot] ( https://img.shields.io/badge/Snapshot-2.11 --SNAPSHOT-orange.svg )] ( https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.11 -SNAPSHOT~~ )
5+ [ ![ LTS] ( https://img.shields.io/badge/LTS-2.11 -orange.svg )] ( https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.11 /jar )
6+ [ ![ Snapshot] ( https://img.shields.io/badge/Snapshot-2.12 --SNAPSHOT-orange.svg )] ( https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.12 -SNAPSHOT~~ )
77[ ![ Build Master] ( https://img.shields.io/github/actions/workflow/status/quillraven/fleks/build.yml?branch=master )] ( https://github.com/Quillraven/fleks/actions )
88[ ![ Kotlin] ( https://img.shields.io/badge/Kotlin-2.1.0-red.svg )] ( http://kotlinlang.org/ )
99
@@ -72,26 +72,26 @@ To use Fleks add it as a dependency to your project:
7272<dependency >
7373 <groupId >io.github.quillraven.fleks</groupId >
7474 <artifactId >Fleks-jvm</artifactId >
75- <version >2.10 </version >
75+ <version >2.11 </version >
7676</dependency >
7777```
7878
7979#### Gradle (Groovy)
8080
8181``` gradle
82- implementation 'io.github.quillraven.fleks:Fleks:2.10 '
82+ implementation 'io.github.quillraven.fleks:Fleks:2.11 '
8383```
8484
8585#### Gradle (Kotlin)
8686
8787``` gradle
88- implementation("io.github.quillraven.fleks:Fleks:2.10 ")
88+ implementation("io.github.quillraven.fleks:Fleks:2.11 ")
8989```
9090
9191#### KorGE
9292
9393``` gradle
94- dependencyMulti("io.github.quillraven.fleks:Fleks:2.10 ", registerPlugin = false)
94+ dependencyMulti("io.github.quillraven.fleks:Fleks:2.11 ", registerPlugin = false)
9595```
9696
9797If 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.11-SNAPSHOT "
14+ version = " 2.11"
1515
1616kotlin {
1717 sourceSets {
You can’t perform that action at this time.
0 commit comments