From 846bce6ef53e30e77a787b92b293973e08b46b80 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:00:06 +0100 Subject: [PATCH 1/8] Update sbt-github-actions to 0.23.0 (#339) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2ac0e0b..d107010 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") // github actions -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.22.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0") // Format addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From 6902f77ce723eb1fbfee3fb5d8807aea250e136c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:02:34 +0100 Subject: [PATCH 2/8] Update scalatest to 3.2.18 (#342) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 97a3ebc..417d2f3 100644 --- a/build.sbt +++ b/build.sbt @@ -72,7 +72,7 @@ lazy val commonSettings = ScalaVer.settings ++ Seq( ReleaseStep(action = Command.process("sonatypeReleaseAll", _), enableCrossBuild = true), pushChanges ), - libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % Test + libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.18" % Test ) lazy val core = { project in file("core") }.settings( From 22464a3c5e3865fa1436189d230b669410338899 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:02:50 +0100 Subject: [PATCH 3/8] Update sbt-scoverage to 2.0.10 (#343) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d107010..ff90b09 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.9") +addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.10") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") From 4ead01e3f172a71eb109dcca7674ac1c93ed3c4b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:03:33 +0100 Subject: [PATCH 4/8] Update sbt-release to 1.4.0 (#336) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ff90b09..dda80f0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.10") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") // github actions From 2c11c2dc99eded3152add165519062d2785fa0e0 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:05:37 +0100 Subject: [PATCH 5/8] Update joda-time to 2.12.7 (#338) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 417d2f3..ab051a0 100644 --- a/build.sbt +++ b/build.sbt @@ -183,7 +183,7 @@ lazy val `joda-time` = { project in file("modules/joda-time") } .settings( commonSettings, name := "scala-jsonschema-joda-time", - libraryDependencies += "joda-time" % "joda-time" % "2.12.5" + libraryDependencies += "joda-time" % "joda-time" % "2.12.7" ) lazy val `cats` = { project in file("modules/cats") } From 24cbd1001ef7638460742c392d099eec5bc3d78a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:16:23 +0100 Subject: [PATCH 6/8] Update sbt-sonatype to 3.10.0 (#331) Co-authored-by: Andriy Onyshchuk --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index dda80f0..cca4072 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.10") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") From ab2ccdfc20e5956c1aca47c13a517f1d4f963523 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:16:39 +0100 Subject: [PATCH 7/8] Update sbt-paradox to 0.10.6 (#337) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cca4072..33c89ae 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // Documentation -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6") addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") From 04f8804061b89a7ea68047a5cb3e3842fcdd6c43 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:42:02 +0100 Subject: [PATCH 8/8] Update sbt-mdoc to 2.5.2 (#341) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 33c89ae..1311e69 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,6 +14,6 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6") addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2") ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always