Skip to content

Commit

Permalink
Merge pull request #1 from maxkratz/hotfix/adapt-version-numbers
Browse files Browse the repository at this point in the history
Updates version number on the front page from `v2.4.0` to the latest version (`v2.6.0`)
  • Loading branch information
czengler authored Sep 12, 2024
2 parents 52318d1 + 4ee2c4d commit bca684c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,28 @@ LogicNG is released in the Maven Central Repository. To include the latest versi
<dependency>
<groupId>org.logicng</groupId>
<artifactId>logicng</artifactId>
<version>2.4.0</version>
<version>2.6.0</version>
</dependency>
```

=== "Gradle Groovy DSL"
``` groovy
implementation 'org.logicng:logicng:2.4.0'
implementation 'org.logicng:logicng:2.6.0'
```

=== "Gradle Kotlin DSL"
``` kotlin
implementation("org.logicng:logicng:2.4.0")
implementation("org.logicng:logicng:2.6.0")
```

=== "Scala SBT"
``` scala
libraryDependencies += "org.logicng" % "logicng" % "2.4.0"
libraryDependencies += "org.logicng" % "logicng" % "2.6.0"
```

=== "Leiningen"
``` clojure
[org.logicng/logicng "2.4.0"]
[org.logicng/logicng "2.6.0"]
```


Expand Down

0 comments on commit bca684c

Please sign in to comment.