Skip to content

Commit

Permalink
Fix zio-json compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill5k committed Feb 9, 2025
1 parent 44d9309 commit 7720b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import org.scalatest.wordspec.AsyncWordSpec
import scala.concurrent.Future

class MongoCollectionAggregateSpec extends AsyncWordSpec with Matchers with EmbeddedMongo {
override val mongoPort = 12350
override val mongoPort = 12350
override val mongoVersion: Version = Version.V7_0_0

"A MongoCollection" when {
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {
val circe = "0.14.10"
val zio = "2.1.15"
val zioInteropReactive = "2.0.2"
val zioJson = "0.7.15"
val zioJson = "0.7.14"

val logback = "1.5.16"
val scalaTest = "3.2.19"
Expand Down

0 comments on commit 7720b77

Please sign in to comment.