File: plugins.sbt

package info (click to toggle)
msgpack-java 0.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,212 kB
  • sloc: java: 12,554; xml: 284; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("com.github.sbt" % "sbt-pgp"      % "2.2.1")
// TODO: Fixes jacoco error:
// java.lang.NoClassDefFoundError: Could not initialize class org.jacoco.core.internal.flow.ClassProbesAdapter
//addSbtPlugin("com.github.sbt"   % "sbt-jacoco"      % "3.3.0")
addSbtPlugin("org.xerial.sbt"   % "sbt-jcheckstyle" % "0.2.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi"        % "0.9.6")
addSbtPlugin("org.scalameta"    % "sbt-scalafmt"    % "2.5.2")
addSbtPlugin("com.github.sbt"     % "sbt-dynver"      % "5.0.1")

scalacOptions ++= Seq("-deprecation", "-feature")