FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
msgpack-java/project/plugins.sbt at develop · morristech/msgpack-java · GitHub
morristech
/
msgpack-java
Public
forked from
msgpack/msgpack-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
msgpack-java
/
project
/
plugins.sbt
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
11 lines (10 loc) · 625 Bytes
Breadcrumbs
msgpack-java
/
project
/
plugins.sbt
Copy path
File metadata and controls
executable file
·
11 lines (10 loc) · 625 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
addSbtPlugin(
"
com.github.gseitz
"
%
"
sbt-release
"
%
"
1.0.7
"
)
addSbtPlugin(
"
org.xerial.sbt
"
%
"
sbt-sonatype
"
%
"
2.0
"
)
addSbtPlugin(
"
com.jsuereth
"
%
"
sbt-pgp
"
%
"
1.1.0
"
)
addSbtPlugin(
"
com.github.sbt
"
%
"
sbt-findbugs
"
%
"
2.0.0
"
)
addSbtPlugin(
"
com.github.sbt
"
%
"
sbt-jacoco
"
%
"
3.0.3
"
)
addSbtPlugin(
"
org.xerial.sbt
"
%
"
sbt-jcheckstyle
"
%
"
0.2.0
"
)
addSbtPlugin(
"
com.typesafe.sbt
"
%
"
sbt-osgi
"
%
"
0.9.2
"
)
addSbtPlugin(
"
io.get-coursier
"
%
"
sbt-coursier
"
%
"
1.0.0
"
)
addSbtPlugin(
"
com.geirsson
"
%
"
sbt-scalafmt
"
%
"
1.4.0
"
)
scalacOptions
++=
Seq
(
"
-deprecation
"
,
"
-feature
"
)
Back
|
FazBrowse Home
|
New Git URL