Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: scala-steward dependency updates #1394

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbtbuildinfo.BuildInfoPlugin.autoImport.*
inThisBuild(
Seq(
organization := "org.hyperledger",
scalaVersion := "3.3.3",
scalaVersion := "3.3.4",
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
fork := true,
run / connectInput := true,
Expand Down Expand Up @@ -43,7 +43,7 @@ inThisBuild(

lazy val V = new {
val munit = "1.0.2" // "0.7.29"
val munitZio = "0.2.0"
val munitZio = "0.3.0"

// https://mvnrepository.com/artifact/dev.zio/zio
val zio = "2.1.9"
Expand All @@ -56,10 +56,10 @@ lazy val V = new {
val zioMock = "1.0.0-RC12"
val zioKafka = "2.7.5"
val mockito = "3.2.18.0"
val monocle = "3.2.0"
val monocle = "3.3.0"

// https://mvnrepository.com/artifact/io.circe/circe-core
val circe = "0.14.7"
val circe = "0.14.10"

val tapir = "1.6.4" // scala-steward:off // TODO "1.10.5"
val http4sBlaze = "0.23.15" // scala-steward:off // TODO "0.23.16"
Expand All @@ -68,19 +68,19 @@ lazy val V = new {
val protobuf = "3.1.9"
val grpcOkHttp = "1.63.0"

val testContainersScala = "0.41.3"
val testContainersScala = "0.41.4"
val testContainersJavaKeycloak = "3.2.0" // scala-steward:off

val doobie = "1.0.0-RC5"
val quill = "4.8.5"
val flyway = "9.22.3"
val flyway = "10.19.0"
val postgresDriver = "42.7.4"
val logback = "1.4.14"
val slf4j = "2.0.13"
val logback = "1.5.10"
val slf4j = "2.0.16"

val scalaUri = "4.0.3"

val jwtCirceVersion = "9.4.6"
val jwtCirceVersion = "10.0.1"
val zioPreludeVersion = "1.0.0-RC31"

val apollo = "1.3.5"
Expand All @@ -90,9 +90,9 @@ lazy val V = new {
// [error] org.hyperledger.identus.pollux.core.model.schema.CredentialSchemaSpec

val vaultDriver = "6.2.0"
val micrometer = "1.11.11"
val micrometer = "1.11.12"

val nimbusJwt = "9.37.3"
val nimbusJwt = "9.41.2"
val keycloak = "23.0.7" // scala-steward:off //TODO 24.0.3 // update all quay.io/keycloak/keycloak

}
Expand Down Expand Up @@ -127,10 +127,10 @@ lazy val D = new {
val networkntJsonSchemaValidator = "com.networknt" % "json-schema-validator" % V.jsonSchemaValidator
val jwtCirce = "com.github.jwt-scala" %% "jwt-circe" % V.jwtCirceVersion
val jsonCanonicalization: ModuleID = "io.github.erdtman" % "java-json-canonicalization" % "1.1"
val titaniumJsonLd: ModuleID = "com.apicatalog" % "titanium-json-ld" % "1.4.0"
val titaniumJsonLd: ModuleID = "com.apicatalog" % "titanium-json-ld" % "1.4.1"
val jakartaJson: ModuleID = "org.glassfish" % "jakarta.json" % "2.0.1"
val ironVC: ModuleID = "com.apicatalog" % "iron-verifiable-credentials" % "0.14.0"
val scodecBits: ModuleID = "org.scodec" %% "scodec-bits" % "1.1.38"
val scodecBits: ModuleID = "org.scodec" %% "scodec-bits" % "1.2.1"
val jaywayJsonPath: ModuleID = "com.jayway.jsonpath" % "json-path" % "2.9.0"

// https://mvnrepository.com/artifact/org.didcommx/didcomm/0.3.2
Expand Down Expand Up @@ -170,7 +170,7 @@ lazy val D = new {
val mockito: ModuleID = "org.scalatestplus" %% "mockito-4-11" % V.mockito % Test
val monocle: ModuleID = "dev.optics" %% "monocle-core" % V.monocle % Test
val monocleMacro: ModuleID = "dev.optics" %% "monocle-macro" % V.monocle % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.16" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test

val apollo = Seq( // TODO remove exclude after fix https://github.com/hyperledger/identus-apollo/issues/192
"io.iohk.atala.prism.apollo" % "apollo-jvm" % V.apollo exclude (
Expand Down Expand Up @@ -375,7 +375,7 @@ lazy val D_CloudAgent = new {

val tapirSttpStubServer =
"com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % V.tapir % Test
val sttpClient3ZioJson = "com.softwaremill.sttp.client3" %% "zio-json" % "3.8.16" % Test
val sttpClient3ZioJson = "com.softwaremill.sttp.client3" %% "zio-json" % "3.10.0" % Test

val quillDoobie =
"io.getquill" %% "quill-doobie" % V.quill exclude ("org.scala-lang.modules", "scala-java8-compat_3")
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.13")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")

// In order to import proper version of com.google.protobuf.ByteString we need to add this dependency
libraryDependencies ++= Seq("com.thesamet.scalapb" %% "compilerplugin" % "0.11.17")
Expand Down
Loading