FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
msgpack-java/project/plugins.sbt at develop · b2cloud/msgpack-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
b2cloud
/
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
·
16 lines (8 loc) · 446 Bytes
Breadcrumbs
msgpack-java
/
project
/
plugins.sbt
Copy path
File metadata and controls
executable file
·
16 lines (8 loc) · 446 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
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
"
)
Back
|
FazBrowse Home
|
New Git URL