Skip to content

Commit

Permalink
Merge pull request #426 from davenverse/upgradeMainDeps
Browse files Browse the repository at this point in the history
Upgrade Deps on Main
  • Loading branch information
ChristopherDavenport authored Aug 3, 2021
2 parents cc42d24 + b077863 commit 7f39873
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ target/
tags
.metals
.bloop
project/metals.sbt
metals.sbt
.vscode
.bsp
.DS_Store
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7f39873

Please sign in to comment.