Skip to content

Commit

Permalink
Dependency updates (#176)
Browse files Browse the repository at this point in the history
* Update sbt-scalafix to 0.12.0 in main

* Update grpc-netty to 1.62.2 in main

* Update sqlite-jdbc to 3.45.1.0 in main

---------

Co-authored-by: Diadem <d.shoukralla@topl.me>
  • Loading branch information
scala-steward and DiademShoukralla committed Mar 22, 2024
1 parent 1218bfe commit 50f40b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ object Dependencies {
)

val sqlite: Seq[ModuleID] = Seq(
"org.xerial" % "sqlite-jdbc" % "3.44.1.0"
"org.xerial" % "sqlite-jdbc" % "3.45.1.0"
)

val grpcNetty = "io.grpc" % "grpc-netty" % "1.59.1"
val grpcNetty = "io.grpc" % "grpc-netty" % "1.62.2"

val btc: Seq[ModuleID] = Seq(
"org.bitcoin-s" %% "bitcoin-s-core" % btcVersion,
Expand Down
2 changes: 1 addition & 1 deletion project/site.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Seq(
"org.scoverage" % "sbt-scoverage" % "2.0.11",
"com.github.sbt" % "sbt-release" % "1.4.0",
"org.scalameta" % "sbt-scalafmt" % "2.5.2",
"ch.epfl.scala" % "sbt-scalafix" % "0.11.1",
"ch.epfl.scala" % "sbt-scalafix" % "0.12.0",
"com.eed3si9n" % "sbt-buildinfo" % "0.11.0",
"com.github.sbt" % "sbt-ci-release" % "1.5.12",
"net.bzzt" % "sbt-reproducible-builds" % "0.32",
Expand Down

0 comments on commit 50f40b6

Please sign in to comment.