Skip to content

Commit

Permalink
Merge pull request #2 from ChristopherDavenport/depUpgrades
Browse files Browse the repository at this point in the history
Upgrade Dependencies
  • Loading branch information
ChristopherDavenport authored Jan 29, 2020
2 parents 24b3034 + b0c3bd6 commit 7d1e83c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}

val catsV = "2.0.0"
val catsV = "2.1.0"
val catsEffectV = "2.0.0"
val shapelessV = "2.3.3"
val fs2V = "2.0.0"
val http4sV = "0.21.0-M6"
val circeV = "0.12.3"
val fs2V = "2.2.1"
val http4sV = "0.21.0-RC2"
val circeV = "0.13.0-RC1"
val doobieV = "0.8.8"
val log4catsV = "1.0.1"
val specs2V = "4.8.1"
val specs2V = "4.8.3"

val mulesV = "0.4.0-M1"

Expand Down Expand Up @@ -122,4 +122,4 @@ inThisBuild(List(
"-sourcepath", (baseDirectory in LocalRootProject).value.getAbsolutePath,
"-doc-source-url", "https://github.com/ChristopherDavenport/mules-http4s/blob/v" + version.value + "€{FILE_PATH}.scala"
)
))
))

0 comments on commit 7d1e83c

Please sign in to comment.