Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Oct 14, 2023
1 parent 29c6e93 commit a0e1dd0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import sbt._

//noinspection TypeAnnotation
object Dependencies {
val CHOPSTICKS_VERSION = "3.10.0+717-3ce5b2d-SNAPSHOT"
val CHOPSTICKS_VERSION = "3.12.0+756-19425e8-SNAPSHOT"
val ZIO_VERSION = "1.0.14"

lazy val akkaGrpcRuntimeDeps = Seq(
"com.lightbend.akka.grpc" %% "akka-grpc-runtime" % "2.1.6"
)

lazy val betterFilesDeps = Seq(
"com.github.pathikrit" %% "better-files" % "3.9.1"
"com.github.pathikrit" %% "better-files" % "3.9.2"
)

lazy val chopsticksKvdbCodecFdbKeyDeps = Seq(
Expand Down Expand Up @@ -50,12 +50,12 @@ object Dependencies {
)

lazy val jsoniterDeps = Seq(
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.17.2",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.17.2" % "provided"
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.21.3",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.21.3" % "provided"
)

lazy val pureconfigEnumeratumDeps = Seq(
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.1"
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.2"
)

lazy val quicklensDeps = Seq(
Expand All @@ -67,7 +67,7 @@ object Dependencies {
)

lazy val pprintDeps = Seq(
"com.lihaoyi" %% "pprint" % "0.7.3"
"com.lihaoyi" %% "pprint" % "0.8.1"
)

lazy val scalaXmlDeps = Seq(
Expand Down Expand Up @@ -103,6 +103,6 @@ object Dependencies {
)

lazy val airframeUlidDeps = Seq(
"org.wvlet.airframe" %% "airframe-ulid" % "22.9.2"
"org.wvlet.airframe" %% "airframe-ulid" % "23.3.0"
)
}

0 comments on commit a0e1dd0

Please sign in to comment.