We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beea092 commit 1d81953Copy full SHA for 1d81953
project/Dependecies.scala
@@ -18,7 +18,7 @@ object Dependecies {
18
val scalactic = "org.scalatest" %% "scalatest" % scalaTestVersion % "test"
19
val scalaTestJUnit5 =
20
"org.scalatestplus" %% "junit-5-10" % "3.2.17.0" % "test"
21
- val tuProlog = "it.unibo.tuprolog" % "solve-classic-jvm" % "0.31.19"
+ val tuProlog = "it.unibo.tuprolog" % "solve-classic-jvm" % "0.31.21"
22
23
/*
24
* Bundles
0 commit comments