Skip to content

Commit

Permalink
Merge branch 'main' into update/google-cloud-bigquerydatatransfer-2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis authored Nov 13, 2023
2 parents 2feeb6e + a873859 commit dec0aac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ lazy val core = crossProject(JVMPlatform)
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test,
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
"com.google.cloud" % "google-cloud-bigquery" % "2.34.0",
"com.google.cloud" % "google-cloud-bigquerystorage" % "2.44.1",
"com.google.cloud" % "google-cloud-bigquery" % "2.34.2",
"com.google.cloud" % "google-cloud-bigquerystorage" % "2.45.0",
"com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.30.0",
"org.apache.avro" % "avro" % "1.11.3",
"com.lihaoyi" %% "sourcecode" % "0.3.1",
"org.typelevel" %% "log4cats-slf4j" % "2.6.0",
"io.circe" %% "circe-generic" % "0.14.6",
"io.circe" %% "circe-parser" % "0.14.6",
"co.fs2" %% "fs2-core" % "3.9.2",
"co.fs2" %% "fs2-io" % "3.9.2",
"co.fs2" %% "fs2-core" % "3.9.3",
"co.fs2" %% "fs2-io" % "3.9.3",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
),
libraryDependencies ++= {
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.1")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")

0 comments on commit dec0aac

Please sign in to comment.