Merge pull request #51 from alexarchambault/cleanup

Cleanup
This commit is contained in:
Alexandre Archambault 2019-03-22 16:14:18 +01:00 committed by GitHub
commit 49b1674211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View File

@ -9,14 +9,9 @@ plugins_(
)
libs ++= Seq(
"org.scala-sbt" %% "scripted-plugin" % sbtVersion.value,
compilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full), // for shapeless / auto type class derivations
"com.github.alexarchambault" %% "argonaut-shapeless_6.2" % "1.2.0-M9"
"org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
)
// required for just released things
resolvers += Resolver.sonatypeRepo("releases")
def plugins_(modules: ModuleID*) = modules.map(addSbtPlugin)
def libs = libraryDependencies

View File

@ -1 +1 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.1.0-M11")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.1.0-M13-3")