Skip to content

Commit 3f1f7fe

Browse files
committed
chore(deps): update dependency org.scalatestplus:junit-5-10 to v3.2.18.0
1 parent a5031aa commit 3f1f7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependecies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object Dependecies {
1717
val scalaTest = "org.scalactic" %% "scalactic" % scalaTestVersion
1818
val scalactic = "org.scalatest" %% "scalatest" % scalaTestVersion % "test"
1919
val scalaTestJUnit5 =
20-
"org.scalatestplus" %% "junit-5-10" % "3.2.17.0" % "test"
20+
"org.scalatestplus" %% "junit-5-10" % "3.2.18.0" % "test"
2121
val tuProlog = "it.unibo.tuprolog" % "solve-classic-jvm" % "0.31.21"
2222

2323
/*

0 commit comments

Comments
 (0)