Skip to content

Commit e067fb8

Browse files
authored
Merge pull request #697 from scala-steward/update/scalaz-core-7.3.8
Update scalaz-core to 7.3.8
2 parents 9ddb5b1 + e4504c6 commit e067fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ val buildSettings = Seq(
7070
"org.specs2" %% "specs2-core" % specs2V % "test", // ### Scala 3
7171
"org.specs2" %% "specs2-mock" % specs2V % "test",
7272
"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",
7575
"org.scalaz" %% "scalaz-core" % "7.3.8", // ### Scala 3
7676
//use scala logging to log outside of the actor system
7777
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", // ### Scala 3

0 commit comments

Comments
 (0)