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

Commit

Permalink
Merge pull request #36 from guardian/bump-scalafix-version
Browse files Browse the repository at this point in the history
Bump scalafix version
  • Loading branch information
Mario Galic committed Feb 12, 2018
2 parents 3cb88d4 + 5e617f1 commit bb5a886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.2")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")
addSbtPlugin("ch.epfl.scala" %% "sbt-scalafix" % "0.5.7")
addSbtPlugin("ch.epfl.scala" %% "sbt-scalafix" % "0.5.10")
2 changes: 1 addition & 1 deletion src/main/scala/com/gu/tip/Configuration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class PathConfigurationSyntaxError(

object Configuration {
object TipYamlProtocol extends DefaultYamlProtocol {
implicit val pathFormat = yamlFormat2(Path)
implicit val pathFormat: YamlFormat[Path] = yamlFormat2(Path)
}

import TipYamlProtocol._
Expand Down

0 comments on commit bb5a886

Please sign in to comment.