forked from isopov/msgpack-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.sbt
More file actions
executable file
·16 lines (8 loc) · 446 Bytes
/
Copy pathplugins.sbt
File metadata and controls
executable file
·16 lines (8 loc) · 446 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.3.0")
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.6")
addSbtPlugin("org.xerial.sbt" % "sbt-jcheckstyle" % "0.1.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0")
scalacOptions ++= Seq("-deprecation", "-feature")