Skip to content

Commit

Permalink
Merge pull request #539 from 47degrees/dep/github4s-and-http4s
Browse files Browse the repository at this point in the history
Update github4s to v0.28.0, add http4s dependency
  • Loading branch information
sloshy authored Jan 28, 2021
2 parents b5b7235 + 50eecfd commit a79339a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq(
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3"),
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1"),
libraryDependencies ++= Seq(
"com.47deg" %% "github4s" % "0.24.0",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.9.3",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.15",
"org.scalatest" %% "scalatest" % "3.2.3" % Test,
"org.scalatestplus" %% "scalacheck-1-15" % "3.2.3.0" % Test
"com.47deg" %% "github4s" % "0.28.0",
"org.http4s" %% "http4s-blaze-client" % "0.21.16",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.9.3",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.15",
"org.scalatest" %% "scalatest" % "3.2.3" % Test,
"org.scalatestplus" %% "scalacheck-1-15" % "3.2.3.0" % Test
),
scriptedLaunchOpts ++= Seq(
"-Xmx2048M",
Expand Down

0 comments on commit a79339a

Please sign in to comment.