Skip to content

Commit 383042c

Browse files
Update de.flapdoodle.embed.mongo from 4.16.0 to 4.16.1
1 parent 07c3256 commit 383042c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.sbt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
88
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.4" % Test
99
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
1010
val logback = "ch.qos.logback" % "logback-classic" % "1.5.6"
11-
val embedMongoVersion = "4.16.0"
11+
val embedMongoVersion = "4.16.1"
1212
val AkkaVersion = "2.8.5"
1313
val AkkaHttpVersion = "10.5.0"
1414

@@ -143,14 +143,14 @@ lazy val scala_core_oop = (project in file("scala-core-modules/scala-core-oop"))
143143
Seq(catsEffect, jUnitInterface) ++ scalaTestDeps
144144
)
145145

146-
lazy val scala_strings_2 = (project in file("scala-core-modules/scala-strings-2"))
147-
.settings(
148-
name := "scala-core-strings",
149-
libraryDependencies ++= scalaTestDeps,
150-
libraryDependencies += jUnitInterface,
151-
scalaVersion := scala3Version
152-
)
153-
146+
lazy val scala_strings_2 =
147+
(project in file("scala-core-modules/scala-strings-2"))
148+
.settings(
149+
name := "scala-core-strings",
150+
libraryDependencies ++= scalaTestDeps,
151+
libraryDependencies += jUnitInterface,
152+
scalaVersion := scala3Version
153+
)
154154

155155
lazy val scala_core_fp = (project in file("scala-core-modules/scala-core-fp"))
156156
.settings(

0 commit comments

Comments
 (0)