Skip to content

Commit

Permalink
Merge pull request #155 from davenverse/ChristopherDavenport-patch-1
Browse files Browse the repository at this point in the history
Update build.sbt
  • Loading branch information
ChristopherDavenport authored Aug 4, 2021
2 parents df05449 + e19132a commit 8b70a16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val fs2V = "2.5.9"
val scodecV = "1.11.8"
val scodecCatsV = "1.1.0"
val http4sV = "0.22.1"
val circeV = "0.13.0"
val circeV = "0.14.1"
val specs2V = "4.12.3"

val mulesV = "0.4.0"
Expand Down Expand Up @@ -36,7 +36,7 @@ lazy val core = project.in(file("core"))
"org.http4s" %% "http4s-client" % http4sV,

"io.chrisdavenport" %% "mules" % mulesV,
"io.chrisdavenport" %% "cats-effect-time" % "0.1.0",
"io.chrisdavenport" %% "cats-effect-time" % "0.1.2",
"com.comcast" %% "ip4s-test-kit" % "2.0.3"
) ++ testingDeps
)
Expand Down Expand Up @@ -72,4 +72,4 @@ lazy val testingDeps = Seq(
"io.chrisdavenport" %% "cats-scalacheck" % "0.3.1" % Test,
"com.codecommit" %% "cats-effect-testing-specs2" % "0.4.0" % Test,
"org.http4s" %% "http4s-dsl" % http4sV % Test,
)
)

0 comments on commit 8b70a16

Please sign in to comment.