Skip to content

Commit

Permalink
Merge branch 'master' into update/grpc-netty-shaded-1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 20, 2021
2 parents 78346fa + a7096a7 commit 3e34dd5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
val datastaxJavaDriverCore = "com.datastax.oss" % "java-driver-core" % Versions.datastaxJavaDriverCore
val doobie = "org.tpolecat" %% "doobie-core" % Versions.doobie
val doobieHikari = "org.tpolecat" %% "doobie-hikari" % Versions.doobie
val flywayCore = "org.flywaydb" % "flyway-core" % "7.7.2"
val flywayCore = "org.flywaydb" % "flyway-core" % "7.8.1"
val fs2Kafka = "com.github.fd4s" %% "fs2-kafka" % "1.5.0"
val grpcNettyShaded = "io.grpc" % "grpc-netty-shaded" % Versions.grpc
val grpcProtobuf = "io.grpc" % "grpc-protobuf" % Versions.grpc
Expand All @@ -16,18 +16,18 @@ object Dependencies {
val http4sClient = "org.http4s" %% "http4s-client" % Versions.http4s
val http4sDsl = "org.http4s" %% "http4s-dsl" % Versions.http4s
val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.12.2"
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.12.3"
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
val kindProjector = "org.typelevel" % "kind-projector" % "0.11.3" cross CrossVersion.full
val lettuce = "io.lettuce" % "lettuce-core" % "6.1.0.RELEASE"
val lettuce = "io.lettuce" % "lettuce-core" % "6.1.1.RELEASE"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.3"
val micrometerCore = "io.micrometer" % "micrometer-core" % Versions.micrometerCore
val micrometerJmx = "io.micrometer" % "micrometer-registry-jmx" % Versions.micrometerJmx
val micrometerStatsD = "io.micrometer" % "micrometer-registry-statsd" % Versions.micrometerStatsD
val monixCatnap = "io.monix" %% "monix-catnap" % Versions.monix
val monixEval = "io.monix" %% "monix-eval" % Versions.monix
val postgresql = "org.postgresql" % "postgresql" % "42.2.19"
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.1"
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.15.0"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3"
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.18"
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
Expand All @@ -39,18 +39,18 @@ object Dependencies {
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.3"
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.39.3"
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.39.3"
val zio = "dev.zio" %% "zio" % "1.0.5"
val zio = "dev.zio" %% "zio" % "1.0.6"
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.4.0.0"

object Versions {

val datastaxJavaDriverCore = "4.11.0"
val doobie = "0.12.1"
val grpc = "1.37.0"
val doobie = "0.13.0"
val grpc = "1.36.1"
val http4s = "0.21.22"
val micrometerCore = "1.6.5"
val micrometerJmx = "1.6.5"
val micrometerStatsD = "1.6.5"
val micrometerCore = "1.6.6"
val micrometerJmx = "1.6.6"
val micrometerStatsD = "1.6.6"
val monix = "3.3.0"
val silencer = "1.7.3"

Expand Down

0 comments on commit 3e34dd5

Please sign in to comment.