File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ val buildSettings = Seq(
70
70
" org.specs2" %% " specs2-core" % specs2V % " test" , // ### Scala 3
71
71
" org.specs2" %% " specs2-mock" % specs2V % " test" ,
72
72
" org.specs2" %% " specs2-junit" % specs2V % " test" ,
73
- " https://github.com/OpenOlitor/openolitor-server/pull/688/conflictsorg .specs2" %% " specs2-scalacheck" % specs2V % " test" ,
74
- " org.mockito" %% " mockito-scala" % " 1.17.30 " % " test" ,
73
+ " org .specs2" %% " specs2-scalacheck" % specs2V % " test" ,
74
+ " org.mockito" %% " mockito-scala" % " 1.17.7 " % " test" ,
75
75
" org.scalaz" %% " scalaz-core" % " 7.3.8" , // ### Scala 3
76
76
// use scala logging to log outside of the actor system
77
77
" com.typesafe.scala-logging" %% " scala-logging" % " 3.9.5" , // ### Scala 3
You can’t perform that action at this time.
0 commit comments