Skip to content

Commit

Permalink
Upgrade zio and caliban (#143)
Browse files Browse the repository at this point in the history
* Upgrade zio and caliban

* Upgrades
  • Loading branch information
ghostdogpr authored Sep 24, 2024
1 parent 8152808 commit 5865074
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ val scala213 = "2.13.13"
val scala3 = "3.3.3"
val allScala = Seq(scala212, scala213, scala3)

val zioVersion = "2.1.6"
val zioVersion = "2.1.9"
val zioGrpcVersion = "0.6.2"
val grpcNettyVersion = "1.63.0"
val grpcNettyVersion = "1.63.2"
val zioK8sVersion = "2.1.1"
val zioCacheVersion = "0.2.3"
val zioCatsInteropVersion = "23.1.0.0"
val sttpVersion = "3.9.6"
val calibanVersion = "2.8.1"
val calibanVersion = "2.9.0"
val redis4catsVersion = "1.5.2"
val redissonVersion = "3.27.1"
val scalaKryoVersion = "1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

resolvers ++= Resolver.sonatypeOssRepos("snapshots")

libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.15"
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.17"
libraryDependencies += "com.thesamet.scalapb.zio-grpc" %% "zio-grpc-codegen" % "0.6.2"

0 comments on commit 5865074

Please sign in to comment.