File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,28 +40,28 @@ LogicNG is released in the Maven Central Repository. To include the latest versi
40
40
<dependency >
41
41
<groupId >org.logicng</groupId >
42
42
<artifactId >logicng</artifactId >
43
- <version >2.4 .0</version >
43
+ <version >2.6 .0</version >
44
44
</dependency >
45
45
```
46
46
47
47
=== "Gradle Groovy DSL"
48
48
``` groovy
49
- implementation 'org.logicng:logicng:2.4 .0'
49
+ implementation 'org.logicng:logicng:2.6 .0'
50
50
```
51
51
52
52
=== "Gradle Kotlin DSL"
53
53
``` kotlin
54
- implementation("org.logicng:logicng:2.4 .0")
54
+ implementation("org.logicng:logicng:2.6 .0")
55
55
```
56
56
57
57
=== "Scala SBT"
58
58
``` scala
59
- libraryDependencies += "org.logicng" % "logicng" % "2.4 .0"
59
+ libraryDependencies += "org.logicng" % "logicng" % "2.6 .0"
60
60
```
61
61
62
62
=== "Leiningen"
63
63
``` clojure
64
- [ org.logicng/logicng "2.4 .0"]
64
+ [ org.logicng/logicng "2.6 .0"]
65
65
```
66
66
67
67
You can’t perform that action at this time.
0 commit comments