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

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Dec 2, 2020
1 parent b4b8826 commit cbaea8d
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
@@ -1,10 +1,10 @@
val catsV = "2.2.0"
val catsEffectV = "2.2.0"
val fs2V = "2.4.4"
val catsV = "2.3.0"
val catsEffectV = "2.3.0"
val fs2V = "2.4.6"
val circeV = "0.13.0"
val specs2V = "4.10.5"
// compiler plugins
val kindProjectorV = "0.11.1"
val kindProjectorV = "0.11.2"
val betterMonadicForV = "0.3.1"

lazy val `cosmos4s` = project
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.4")
addSbtPlugin("io.chrisdavenport" % "sbt-mima-version-check" % "0.1.2")
addSbtPlugin("io.chrisdavenport" % "sbt-no-publish" % "0.1.0")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.2.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.12")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.13")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")

0 comments on commit cbaea8d

Please sign in to comment.