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

Commit

Permalink
Merge pull request #16 from Banno/update-deps
Browse files Browse the repository at this point in the history
Upgrade deps
  • Loading branch information
BeniVF authored Mar 5, 2021
2 parents 30e6cf1 + 53c693f commit 6c57911
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
val catsV = "2.3.1"
val catsEffectV = "2.3.1"
val fs2V = "2.5.0"
val catsV = "2.4.2"
val catsEffectV = "2.3.3"
val fs2V = "2.5.3"
val circeV = "0.13.0"
val specs2V = "4.10.5"
val specs2V = "4.10.6"
// compiler plugins
val kindProjectorV = "0.11.2"
val kindProjectorV = "0.11.3"
val betterMonadicForV = "0.3.1"

lazy val `cosmos4s` = project
Expand Down Expand Up @@ -80,7 +80,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.10.0",
"com.azure" % "azure-cosmos" % "4.12.0",
"com.microsoft.azure" % "azure-documentdb" % "2.6.1",
"com.microsoft.azure" % "documentdb-bulkexecutor" % "2.12.0",
"org.typelevel" %% "cats-core" % catsV,
Expand All @@ -97,7 +97,7 @@ lazy val commonSettings = Seq(
// General Settings
inThisBuild(
List(
scalaVersion := "2.13.4",
scalaVersion := "2.13.5",
organization := "com.banno",
developers := List(
Developer(
Expand Down

0 comments on commit 6c57911

Please sign in to comment.