From 26ce08206a2a5662b1c95d30883adefe893050e7 Mon Sep 17 00:00:00 2001 From: eikek-scala-steward Date: Tue, 7 Nov 2023 06:23:38 +0000 Subject: [PATCH 1/3] Update fs2-core, fs2-io to 3.9.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a35eff9a..5d551757 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -10,7 +10,7 @@ object Dependencies { val DoobieVersion = "1.0.0-RC4" val EmilVersion = "0.14.0" val FlywayVersion = "9.22.3" - val Fs2Version = "3.9.2" + val Fs2Version = "3.9.3" val H2Version = "2.2.224" val Http4sVersion = "0.23.23" val JQueryVersion = "3.5.1" From 9389ca95d30389a1a17a8ad274227c85a891f3dd Mon Sep 17 00:00:00 2001 From: eikek-scala-steward Date: Tue, 7 Nov 2023 06:23:47 +0000 Subject: [PATCH 2/3] Update emil-common, emil-javamail to 0.15.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a35eff9a..6d7bb25f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -8,7 +8,7 @@ object Dependencies { val CirceVersion = "0.14.6" val ClipboardJsVersion = "2.0.11" val DoobieVersion = "1.0.0-RC4" - val EmilVersion = "0.14.0" + val EmilVersion = "0.15.0" val FlywayVersion = "9.22.3" val Fs2Version = "3.9.2" val H2Version = "2.2.224" From 880c7dcb9eb904e03288f922652927d76c0d582c Mon Sep 17 00:00:00 2001 From: eikek-scala-steward Date: Wed, 8 Nov 2023 06:23:50 +0000 Subject: [PATCH 3/3] Update sbt-mdoc to 2.5.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5677d09c..afe5e90d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,6 +7,6 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") //addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0") //unfortunately, sbt-microsite pulls in a very old version, not compatible addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")