Skip to content

Commit

Permalink
Default to mongodb V7_0_1 in embedded mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill5k committed Oct 12, 2024
1 parent f883e01 commit 4846d2c
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 @@ -28,7 +28,7 @@ import de.flapdoodle.reverse.{Listener, StateID, TransitionWalker}
import org.bson.Document

trait EmbeddedMongo {
protected val mongoVersion: Version = Version.V6_0_1
protected val mongoVersion: Version = Version.V7_0_0
protected val mongoPort: Int = 27017
protected val mongoUsername: Option[String] = None
protected val mongoPassword: Option[String] = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import org.bson.Document
import zio.{Scope, ZIO}

trait EmbeddedMongo {
protected val mongoVersion: Version = Version.V6_0_1
protected val mongoVersion: Version = Version.V7_0_0
protected val mongoPort: Int = 27017
protected val mongoUsername: Option[String] = None
protected val mongoPassword: Option[String] = None
Expand Down

0 comments on commit 4846d2c

Please sign in to comment.