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

Commit

Permalink
Upgrade to scalafmt 1.4.0 and Argonaut 6.2.1 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
hseeberger authored Jan 5, 2018
1 parent b9da62d commit c5a2971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ lazy val library =
new {
object Version {
val akkaHttp = "10.0.11"
val argonaut = "6.2"
val argonaut = "6.2.1"
val circe = "0.9.0"
val jacksonScala = "2.9.2"
val json4s = "3.5.3"
Expand Down Expand Up @@ -180,9 +180,7 @@ lazy val gitSettings =

lazy val scalafmtSettings =
Seq(
scalafmtOnCompile := true,
scalafmtOnCompile.in(Sbt) := false,
scalafmtVersion := "1.3.0"
scalafmtOnCompile := true
)

lazy val publishSettings =
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.4.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "4.0.0")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.2")
Expand Down

0 comments on commit c5a2971

Please sign in to comment.