Skip to content

Commit

Permalink
Version 2.6 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quillraven authored Dec 17, 2023
1 parent e00a8ce commit a405044
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fleks

[![LTS](https://img.shields.io/badge/LTS-2.5-orange.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.5/jar)
[![LTS](https://img.shields.io/badge/LTS-2.6-orange.svg)](https://search.maven.org/artifact/io.github.quillraven.fleks/Fleks/2.6/jar)
[![Snapshot](https://img.shields.io/badge/Snapshot-2.6--SNAPSHOT-orange.svg)](https://s01.oss.sonatype.org/#nexus-search;gav~io.github.quillraven.fleks~~2.6-SNAPSHOT~~)

[![Build Master](https://img.shields.io/github/actions/workflow/status/quillraven/fleks/build.yml?branch=master)](https://github.com/Quillraven/fleks/actions)
Expand Down Expand Up @@ -71,26 +71,26 @@ To use Fleks add it as a dependency to your project:
<dependency>
<groupId>io.github.quillraven.fleks</groupId>
<artifactId>Fleks-jvm</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>
```

#### Gradle (Groovy)

```kotlin
implementation 'io.github.quillraven.fleks:Fleks:2.5'
implementation 'io.github.quillraven.fleks:Fleks:2.6'
```

#### Gradle (Kotlin)

```kotlin
implementation("io.github.quillraven.fleks:Fleks:2.5")
implementation("io.github.quillraven.fleks:Fleks:2.6")
```

#### KorGE

```kotlin
dependencyMulti("io.github.quillraven.fleks:Fleks:2.5", registerPlugin = false)
dependencyMulti("io.github.quillraven.fleks:Fleks:2.6", registerPlugin = false)
```

If you want to use the Snapshot version then you need to add the snapshot repository as well:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "io.github.quillraven.fleks"
version = "2.6-SNAPSHOT"
version = "2.6"

kotlin {
jvm {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit a405044

Please sign in to comment.