From 3759c6e62b6390ac6db76fb36d259ce347085dc8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Jul 2022 19:49:51 +0000 Subject: [PATCH 1/5] Update sbt-tpolecat to 0.4.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8b59de989..85b9e5c89 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,4 +11,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.1") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.3") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") From 1c23c51bb4756530d2ced6b3700408f43802f4fe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 25 Jul 2022 18:42:35 +0000 Subject: [PATCH 2/5] Update mysql-connector-java to 8.0.30 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a690e3265..0a44070ad 100644 --- a/build.sbt +++ b/build.sbt @@ -143,7 +143,7 @@ lazy val mysql = project "org.testcontainers" % "database-commons" % testcontainersVersion % Test, "org.testcontainers" % "jdbc" % testcontainersVersion % Test, "org.testcontainers" % "mysql" % testcontainersVersion % Test, - "mysql" % "mysql-connector-java" % "8.0.29" % Test, + "mysql" % "mysql-connector-java" % "8.0.30" % Test, "com.dimafeng" %% "testcontainers-scala-mysql" % testcontainersScalaVersion % Test, "ch.qos.logback" % "logback-classic" % logbackVersion % Test ) From 853a6d9d1b590f61887329bcb1404fc81bc1a1e3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 Jul 2022 19:38:32 +0000 Subject: [PATCH 3/5] Update sbt-scoverage to 2.0.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8b59de989..bb9cd29a2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.22") addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.2") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") From 91357d08c47cfd1376d8161c4d4d20322060b982 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 Jul 2022 19:56:43 +0000 Subject: [PATCH 4/5] Update sbt-bloop to 1.5.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8b59de989..95ee96d92 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.22") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.2") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.3") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16") From 6f1a6b9e01a20c782683af8df2b7dca55397b407 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 31 Jul 2022 19:56:53 +0000 Subject: [PATCH 5/5] Update testcontainers-scala-mssqlserver, ... to 0.40.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a690e3265..521c17a46 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck" val zioVersion = "2.0.0" val zioSchemaVersion = "0.2.0" val testcontainersVersion = "1.17.3" -val testcontainersScalaVersion = "0.40.8" +val testcontainersScalaVersion = "0.40.10" val logbackVersion = "1.2.11" lazy val root = project