Skip to content

Commit

Permalink
Downgrade http4s version to match craft
Browse files Browse the repository at this point in the history
- Also upgrade sbt and fix binary incompatible dependencies
  • Loading branch information
thomasl8 committed Nov 2, 2022
1 parent 8757567 commit eebed4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ lazy val baseSettings = Seq(
lazy val catsVersion = "2.7.0"
lazy val catsEffectVersion = "3.3.10"
lazy val circeVersion = "0.14.1"
lazy val refinedVersion = "0.9.28"
lazy val refinedVersion = "0.10.1"
lazy val attoVersion = "0.9.5"
lazy val http4sVersion = "0.23.16"
lazy val http4sVersion = "0.23.12"
lazy val scalacheckVersion = "1.15.4"
lazy val scalatestVersion = "3.2.11"
lazy val scalaUriVersion = "4.0.1"

lazy val gsheets4s = project.in(file("."))
.settings(name := "gsheets4s")
Expand All @@ -41,8 +40,7 @@ lazy val gsheets4s = project.in(file("."))
"org.typelevel" %% "cats-core" % catsVersion,
"org.typelevel" %% "cats-effect" % catsEffectVersion,
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"eu.timepit" %% "refined" % refinedVersion,
"io.lemonlabs" %% "scala-uri" % scalaUriVersion
"eu.timepit" %% "refined" % refinedVersion
) ++ Seq(
"io.circe" %% "circe-core",
"io.circe" %% "circe-generic",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.4.7
sbt.version=1.7.3
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resolvers += Resolver.bintrayIvyRepo("rallyhealth", "sbt-plugins")
addSbtPlugin("com.rallyhealth.sbt" % "sbt-git-versioning" % "1.6.0")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.28")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.28")

0 comments on commit eebed4c

Please sign in to comment.