-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix scala-steward after moving repo to hyperledger
Signed-off-by: FabioPinheiro <fabiomgpinheiro@gmail.com> Update logback-classic to 1.4.14 in main Update testcontainers-scala-postgresql to 0.41.3 in main Update sbt-buildinfo to 0.12.0 in main Update jwt-circe to 9.4.6 in main Update munit-zio to 0.2.0 in main Update sbt-native-packager to 1.9.16 in main Update sbt-release to 1.4.0 in main Update json-schema-validator to 1.3.3 in main Update zio-json to 3.8.16 in main Update tapir-http4s-server-zio to 1.10.5 in main Update sbt-protoc to 1.0.7 in main Update compilerplugin to 0.11.15 in main Update typesafe:config to 1.4.3 in main Update monocle-core to 3.2.0 in main Update zio to 2.0.22 in main Update zio-http to 3.0.0-RC6 in main Update zio-interop-cats to 23.1.0.2 in main Update zio-json to 0.6.2 in main Update zio-logging to 2.1.17 in main Update zio-metrics-connectors-micrometer to 2.3.1 in main Update zio-mock to 1.0.0-RC12 in main Update zio-prelude to 1.0.0-RC24 in main Update circe-core to 0.14.7 in main Update quill-doobie to 4.8.3 in main Update micrometer-core to 1.11.11 in main Update circe-json-schema to 0.4.1 in main Update bcpkix-jdk15on to 1.78.1 in main Update bcprov-jdk15on to 1.78.1 in main Update didcomm to 0.3.2 in main Update flyway-core to 9.22.3 in main Update http4s-blaze-server to 0.23.16 in main Update keycloak-authz-client to 24.0.3 in main Update postgresql to 42.2.29 in main Update sbt to 1.9.9 in main Update munit to 1.0.0-RC1 in main Update sbt-scalafmt to 2.5.2 in main Update scalafmt-core to 3.7.17 in main Reformat with scalafmt 3.7.17 Executed command: scalafmt --non-interactive Add 'Reformat with scalafmt 3.7.17' to .git-blame-ignore-revs Update scalatest to 3.2.18 in main Update mockito-4-11 to 3.2.18.0 in main Update sbt-coveralls to 1.3.11 in main Update sbt-scoverage to 2.0.11 in main Update slf4j-api to 2.0.13 in main Update doobie-hikari to 1.0.0-RC5 in main fix code and set ignore update list in scala-steward Signed-off-by: FabioPinheiro <fabiomgpinheiro@gmail.com> Fix Signed-off-by: FabioPinheiro <fabiomgpinheiro@gmail.com> Test on CI ci: fix scala-steward after moving repo to hyperledger 2 (#998) One more test wth fixes more updates one more fix
- Loading branch information
1 parent
a002269
commit e30b419
Showing
15 changed files
with
124 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Scala Steward: Reformat with scalafmt 3.7.17 | ||
343e8a9fc72b5bb036ff5de7d78e4ca661d3daeb |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
buildRoots = [ "." ] | ||
|
||
pullRequests.grouping = [ | ||
{ name = "all", title = "build: scala-steward dependency updates", "filter" = [{"group" = "*"}] } | ||
] | ||
|
||
updates.ignore = [ | ||
# { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" }, #TODO | ||
{ groupId = "com.github.dasniko", artifactId = "testcontainers-keycloak" }, #TODO | ||
{ groupId = "org.keycloak", artifactId = "keycloak-authz-client" }, #TODO | ||
{ groupId = "dev.zio", artifactId = "zio-interop-cats" } #TODO | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version = 3.7.10 | ||
version = 3.7.17 | ||
runner.dialect = scala3 | ||
|
||
maxColumn = 120 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.9.7 | ||
sbt.version=1.9.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
// Using unreleased plugin from 'main' which accepts DependencyResolution interface for building license report. | ||
lazy val sbtLicenseReportPlugin = ProjectRef(uri("https://github.com/sbt/sbt-license-report.git#9675cedb19c794de1119cbcf46a255fc8dcd5d4e"), "sbt-license-report") | ||
lazy val sbtLicenseReportPlugin = ProjectRef( | ||
uri("https://github.com/sbt/sbt-license-report.git#9675cedb19c794de1119cbcf46a255fc8dcd5d4e"), | ||
"sbt-license-report" | ||
) | ||
|
||
lazy val root = (project in file(".")).dependsOn(sbtLicenseReportPlugin) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
version: "3.8" | ||
|
||
services: | ||
|
||
keycloak: | ||
image: quay.io/keycloak/keycloak:23.0.7 | ||
ports: | ||
|