Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Update azure-cosmos to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Oct 1, 2020
1 parent e90588d commit a0aa330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ lazy val commonSettings = Seq(
addCompilerPlugin("org.typelevel" %% "kind-projector" % kindProjectorV cross CrossVersion.full),
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % betterMonadicForV),
libraryDependencies ++= Seq(
"com.azure" % "azure-cosmos" % "4.3.2-beta.2",
"com.azure" % "azure-cosmos" % "4.6.0",
"org.typelevel" %% "cats-core" % catsV,
"org.typelevel" %% "cats-effect" % catsEffectV,
"co.fs2" %% "fs2-reactive-streams" % fs2V,
Expand Down

0 comments on commit a0aa330

Please sign in to comment.