Skip to content

Commit

Permalink
Merge pull request #12 from enzief/scalafix-0.9.11
Browse files Browse the repository at this point in the history
update scalafix 0.9.11 - sbt 1.3.8 - sbt-ci-release 1.5.2
  • Loading branch information
vovapolu authored Feb 13, 2020
2 parents fe6f732 + 8bb8a16 commit 545166b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scalafix/project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object V {

def scala212: String = "2.12.10"
def scalafix: String = "0.9.7"
def scalafix: String = "0.9.11"
}
2 changes: 1 addition & 1 deletion scalafix/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.0
sbt.version=1.3.8
4 changes: 2 additions & 2 deletions scalafix/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolvers += Resolver.sonatypeRepo("releases")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.7")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.3.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.11")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.2")

0 comments on commit 545166b

Please sign in to comment.