From b0778638a60b4154dade85e43d6f5d2854e0a51c Mon Sep 17 00:00:00 2001 From: Christopher Davenport Date: Tue, 3 Aug 2021 13:44:55 -0700 Subject: [PATCH] Upgrade Deps on Main --- .gitignore | 3 ++- build.sbt | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d2d355d..36b8c42 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ target/ tags .metals .bloop -project/metals.sbt +metals.sbt +.vscode .bsp .DS_Store \ No newline at end of file diff --git a/build.sbt b/build.sbt index ae5a221..0968a7f 100644 --- a/build.sbt +++ b/build.sbt @@ -134,9 +134,9 @@ lazy val site = project ) val catsV = "2.6.1" //https://github.com/typelevel/cats/releases -val catsEffectV = "3.1.1" //https://github.com/typelevel/cats-effect/releases +val catsEffectV = "3.2.1" //https://github.com/typelevel/cats-effect/releases val circeV = "0.14.1" //https://github.com/circe/circe/releases -val http4sV = "1.0.0-M23" //https://github.com/http4s/http4s/releases +val http4sV = "0.23.0" //https://github.com/http4s/http4s/releases val doobieV = "1.0.0-M5" //https://github.com/tpolecat/doobie/releases val scalaJavaTimeV = "2.3.0" // https://github.com/cquiroz/scala-java-time/releases val testcontainersV = "0.39.5"