Skip to content

Commit

Permalink
fix: bump build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
glorat committed Dec 25, 2023
1 parent e54b763 commit 8e6e602
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ lazy val dlstore_deps =

lazy val common_deps = Seq(
"org.typelevel" %% "spire" % "0.18.0",
"org.scalatest" %% "scalatest" % "3.2.12" % "test",
"org.json4s" %% "json4s-core" % "4.0.5",
"org.json4s" %% "json4s-jackson" % "4.0.5",
"org.scalatest" %% "scalatest" % "3.2.15" % "test",
"org.json4s" %% "json4s-core" % "4.0.6",
"org.json4s" %% "json4s-jackson" % "4.0.6",
"com.typesafe.slick" %% "slick" % "3.4.1",
"com.typesafe.slick" %% "slick-hikaricp" % "3.4.1",
"mysql" % "mysql-connector-java" % "8.0.30",
"com.google.cloud.sql" % "mysql-socket-factory-connector-j-8" % "1.7.0",
"com.google.cloud" % "google-cloud-pubsub" % "1.120.17",
"com.softwaremill.sttp.client3" %% "core" % "3.8.0",
"com.softwaremill.sttp.client3" %% "json4s" % "3.8.0",
"com.softwaremill.sttp.client3" %% "async-http-client-backend-future" % "3.8.0"
"mysql" % "mysql-connector-java" % "8.0.33",
"com.google.cloud.sql" % "mysql-socket-factory-connector-j-8" % "1.11.0",
"com.google.cloud" % "google-cloud-pubsub" % "1.123.6",
"com.softwaremill.sttp.client3" %% "core" % "3.8.13",
"com.softwaremill.sttp.client3" %% "json4s" % "3.8.13",
"com.softwaremill.sttp.client3" %% "async-http-client-backend-future" % "3.8.13"

)

Expand Down

0 comments on commit 8e6e602

Please sign in to comment.