Skip to content

Commit

Permalink
Merge pull request #178 from bacecek/users/bacecek/update_logicng
Browse files Browse the repository at this point in the history
Update logicng to 2.5.0
  • Loading branch information
bacecek authored Nov 8, 2024
2 parents 31f7fe4 + c3e0b55 commit 773c9b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencyResolutionManagement {
library("poets-java", "com.squareup:javapoet:1.13.0")
library("poets-kotlin", "com.squareup:kotlinpoet:1.11.0")

library("logicng", "org.logicng:logicng-j11:2.4.2")
library("logicng", "org.logicng:logicng:2.5.0")

val yataganDogFood = "1.2.1"
library("yataganDogFood-api", "com.yandex.yatagan", "api-compiled").version(yataganDogFood)
Expand All @@ -35,4 +35,4 @@ dependencyResolutionManagement {
library("assertj", "org.assertj:assertj-core:3.23.1")
}
}
}
}
2 changes: 1 addition & 1 deletion yatagan.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.5.1

0 comments on commit 773c9b3

Please sign in to comment.