From 63445eebf87f1d8006882f23f75f99cf61e61999 Mon Sep 17 00:00:00 2001 From: James Earl Douglas Date: Sat, 9 Nov 2024 19:31:16 -0700 Subject: [PATCH 1/5] sbt-buildinfo: 0.12.0 -> 0.13.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3119181..603b6b2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") From 48696361d0ddf9666f66bbd43beac552fce6d6fe Mon Sep 17 00:00:00 2001 From: James Earl Douglas Date: Sat, 9 Nov 2024 19:31:27 -0700 Subject: [PATCH 2/5] zio: 2.1.11 -> 2.1.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e833b00..ae6b9ff 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val zioVersion = "2.1.11" +val zioVersion = "2.1.12" val zioJsonVersion = "0.7.3" val zioLoggingVersion = "2.3.2" val testcontainersVersion = "0.41.4" From aac72c60e80c538f9e37e8fbfb9eccf494a509d8 Mon Sep 17 00:00:00 2001 From: James Earl Douglas Date: Sat, 9 Nov 2024 19:31:42 -0700 Subject: [PATCH 3/5] scala3-library: 3.5.1 -> 3.5.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ae6b9ff..3ec0827 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val zioJsonVersion = "0.7.3" val zioLoggingVersion = "2.3.2" val testcontainersVersion = "0.41.4" -ThisBuild / scalaVersion := "3.5.1" +ThisBuild / scalaVersion := "3.5.2" ThisBuild / semanticdbEnabled := true ThisBuild / semanticdbVersion := scalafixSemanticdb.revision From 34d9c6e6448fd3d7c523d59a744d03a27fa2efd7 Mon Sep 17 00:00:00 2001 From: James Earl Douglas Date: Sat, 9 Nov 2024 19:31:54 -0700 Subject: [PATCH 4/5] sbt, scripted-plugin: 1.10.4 -> 1.10.5 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 09feeee..db1723b 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.4 +sbt.version=1.10.5 From f9a3f266d3a3bf4386ce28a5dde9c6dd49e0a525 Mon Sep 17 00:00:00 2001 From: James Earl Douglas Date: Sun, 17 Nov 2024 13:22:56 -0700 Subject: [PATCH 5/5] Update sha --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 8c32da2..43cb008 100644 --- a/default.nix +++ b/default.nix @@ -37,7 +37,7 @@ in pname = "sectery"; version = "1.0.0"; - depsSha256 = "sha256-IlmABHrxm+lTCkw2RjPekacqB5TgY+3eBSUbYHEJfLA="; + depsSha256 = "sha256-hS5RQ/n6JT4NiCIhUE7OZIIQl9p9hgRU/ilUt/fAlf0="; src = ./.;