From fa441d1b5bab8cd20289844c9d2ad583e02301b7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 11 Jul 2024 02:18:13 +0000 Subject: [PATCH 1/6] Update sbt to 1.10.1 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index ee06c398..ad302606 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.10.0 \ No newline at end of file +sbt.version = 1.10.1 \ No newline at end of file From 65c02f24dfc55016044bbfb350bacbc29c5e739e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 11 Jul 2024 02:18:17 +0000 Subject: [PATCH 2/6] Update sbt-mdoc to 2.5.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9132ae4b..ad7942fb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.3") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") From bc47ce40481e8a06ce2462e6fd8e6b1ffd9adb7b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Jul 2024 00:47:33 +0000 Subject: [PATCH 3/6] Update zio-schema, zio-schema-derivation, ... to 1.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 77a29e70..ab68bef0 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val scala2 = "2.13.14" val scala3 = "3.3.3" val zioVersion = "2.1.5" -val zioSchemaVersion = "1.2.2" +val zioSchemaVersion = "1.3.0" name := "desert" From 0021ea278824ccf333b77633b7975d187b8deb82 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jul 2024 10:47:01 +0000 Subject: [PATCH 4/6] Update shardcake-core to 2.3.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 77a29e70..af7ba1d1 100644 --- a/build.sbt +++ b/build.sbt @@ -213,7 +213,7 @@ lazy val shardcake = Project("desert-shardcake", file("desert-shardcake")) .settings( description := "Shardcake serialization bindings for desert", libraryDependencies ++= Seq( - "com.devsisters" %% "shardcake-core" % "2.3.0", + "com.devsisters" %% "shardcake-core" % "2.3.2", "dev.zio" %% "zio-schema-derivation" % zioSchemaVersion % Test ) ) From 0e2c13253bfe0c99a026c35ef336f823e078b3be Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jul 2024 10:47:12 +0000 Subject: [PATCH 5/6] Update scalafmt-core to 3.8.3 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 49151b77..37cdd182 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.2 +version = 3.8.3 runner.dialect = scala213source3 From 077470ebde93778f605730d02b54d6df23029cd7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jul 2024 10:47:39 +0000 Subject: [PATCH 6/6] Update scalameta_2.12 to 4.9.9 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9132ae4b..8f7a6bbd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,7 +9,7 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -libraryDependencies += "org.scalameta" % "scalameta_2.12" % "4.9.7" +libraryDependencies += "org.scalameta" % "scalameta_2.12" % "4.9.9" ThisBuild / libraryDependencySchemes ++= Seq( "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always