Skip to content

Commit 6518aa0

Browse files
committed
version 2.9
1 parent 8052826 commit 6518aa0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ReadMe.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# Fleks
44

5-
[![LTS](https://img.shields.io/badge/LTS-2.8-orange.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.8/jar)
6-
[![Snapshot](https://img.shields.io/badge/Snapshot-2.9--SNAPSHOT-orange.svg)](https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.9-SNAPSHOT~~)
5+
[![LTS](https://img.shields.io/badge/LTS-2.9-orange.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.9/jar)
6+
[![Snapshot](https://img.shields.io/badge/Snapshot-2.10--SNAPSHOT-orange.svg)](https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.9-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-2.0.20-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.8</version>
76+
<version>2.9</version>
7777
</dependency>
7878
```
7979

8080
#### Gradle (Groovy)
8181

8282
```gradle
83-
implementation 'io.github.quillraven.fleks:Fleks:2.8'
83+
implementation 'io.github.quillraven.fleks:Fleks:2.9'
8484
```
8585

8686
#### Gradle (Kotlin)
8787

8888
```gradle
89-
implementation("io.github.quillraven.fleks:Fleks:2.8")
89+
implementation("io.github.quillraven.fleks:Fleks:2.9")
9090
```
9191

9292
#### KorGE
9393

9494
```gradle
95-
dependencyMulti("io.github.quillraven.fleks:Fleks:2.8", registerPlugin = false)
95+
dependencyMulti("io.github.quillraven.fleks:Fleks:2.9", registerPlugin = false)
9696
```
9797

9898
If you want to use the Snapshot version then you need to add the snapshot repository as well:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "io.github.quillraven.fleks"
14-
version = "2.9-SNAPSHOT"
14+
version = "2.9"
1515

1616
kotlin {
1717
jvm {

0 commit comments

Comments
 (0)