File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
483
483
val log4jApiScalaDep =
484
484
" org.apache.logging.log4j" %% " log4j-api-scala" % " 13.1.0"
485
485
486
- val munitDep = " org.scalameta" %% " munit" % " 1.0.2 " % Test
486
+ val munitDep = " org.scalameta" %% " munit" % " 1.0.3 " % Test
487
487
488
488
lazy val scala_libraries_os = (project in file(" scala-libraries-os" ))
489
489
.settings(
@@ -583,7 +583,6 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
583
583
" com.dimafeng" %% " testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest ,
584
584
" com.dimafeng" %% " testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest ,
585
585
" software.amazon.awssdk" % " s3" % " 2.29.20"
586
-
587
586
),
588
587
Defaults .itSettings,
589
588
IntegrationTest / fork := true
@@ -605,7 +604,7 @@ lazy val scala_libraries_persistence =
605
604
doobieCore,
606
605
doobiePGDep,
607
606
" org.reactivemongo" %% " reactivemongo" % reactiveMongo,
608
- " org.reactivemongo" %% " reactivemongo-akkastream" % reactiveMongo exclude(" org.scala-lang.modules" , " scala-parser-combinators_2.13" ),
607
+ " org.reactivemongo" %% " reactivemongo-akkastream" % reactiveMongo exclude (" org.scala-lang.modules" , " scala-parser-combinators_2.13" ),
609
608
" de.flapdoodle.embed" % " de.flapdoodle.embed.mongo" % embedMongoVersion % IntegrationTest ,
610
609
logback,
611
610
" com.typesafe.slick" %% " slick-hikaricp" % slickVersion,
You can’t perform that action at this time.
0 commit comments