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 a5031aa commit 3f1f7feCopy full SHA for 3f1f7fe
project/Dependecies.scala
@@ -17,7 +17,7 @@ object Dependecies {
17
val scalaTest = "org.scalactic" %% "scalactic" % scalaTestVersion
18
val scalactic = "org.scalatest" %% "scalatest" % scalaTestVersion % "test"
19
val scalaTestJUnit5 =
20
- "org.scalatestplus" %% "junit-5-10" % "3.2.17.0" % "test"
+ "org.scalatestplus" %% "junit-5-10" % "3.2.18.0" % "test"
21
val tuProlog = "it.unibo.tuprolog" % "solve-classic-jvm" % "0.31.21"
22
23
/*
0 commit comments