sbt-catalysts icon indicating copy to clipboard operation
sbt-catalysts copied to clipboard

sbt utilities for open source projects

Results 4 sbt-catalysts issues
Sort by recently updated
recently updated
newest added

1) I run `sbt new typelevel/sbt-catalysts.g8` with `0.42 version` 2) I got project loading error when I open the generated project 3) In my generated `build.sbt` I see the following...

For example, here's how I currently have to add `silencer`: ```scala lazy val libs = org.typelevel.libraries .addScalacPlugin("silencer-plugin", version = "1.7.0", org = "com.github.ghik", crossVersion = CrossVersion.full) .add("silencer-lib", version = "1.7.0",...

Simple use cases: - catalysts provide a trivial example to build in, used to [disable scoverage]( https://github.com/typelevel/catalysts/blob/f0f08b90d6007ef358b4d30c498a6459d0f4dcc9/build.sbt#L228-L243) - Cross build for Scala.js 0.6.x and 1.x https://github.com/typelevel/cats/issues/2195 also see cats discussion...

See chat at https://gitter.im/typelevel/sbt-catalysts?at=5a57d3bb61a861c92700fef4