Skip to content

Commit

Permalink
Add readme with testable code
Browse files Browse the repository at this point in the history
  • Loading branch information
2m committed Jan 13, 2019
1 parent f47180c commit 34bca95
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.1.0")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.4")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.1.0")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.4")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
addSbtPlugin("zamblauskas" % "sbt-examplestest" % "0.1.2")

resolvers += Resolver.bintrayIvyRepo("zamblauskas", "sbt-plugins")

0 comments on commit 34bca95

Please sign in to comment.