FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
frontend/project/plugins.sbt at master · devhttps/frontend · GitHub
devhttps
/
frontend
Public
forked from
guardian/frontend
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
frontend
/
project
/
plugins.sbt
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (22 loc) · 1.14 KB
Breadcrumbs
frontend
/
project
/
plugins.sbt
Copy path
File metadata and controls
31 lines (22 loc) · 1.14 KB
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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
//
Additional information on initialization
logLevel
:=
Level
.
Warn
//
Dependencies used by the VersionInfo plugin
libraryDependencies
++=
Seq
(
"
joda-time
"
%
"
joda-time
"
%
"
2.3
"
,
"
org.joda
"
%
"
joda-convert
"
%
"
1.7
"
)
resolvers
++=
Seq
(
Classpaths
.typesafeReleases,
Resolver
.sonatypeRepo(
"
releases
"
),
Resolver
.typesafeRepo(
"
releases
"
),
Resolver
.url(
"
guardian sbt-plugins
"
,
new
URL
(
"
https://dl.bintray.com/guardian/sbt-plugins/
"
))(
Resolver
.ivyStylePatterns),
Resolver
.url(
"
sbt sbt-plugins
"
,
new
URL
(
"
https://dl.bintray.com/sbt/sbt-plugin-releases/
"
))(
Resolver
.ivyStylePatterns),
Resolver
.url(
"
bintray-sbt-plugin-releases
"
, url(
"
https://dl.bintray.com/content/sbt/sbt-plugin-releases
"
))(
Resolver
.ivyStylePatterns)
)
addSbtPlugin(
"
com.typesafe.play
"
%
"
sbt-plugin
"
%
"
2.6.7
"
)
addSbtPlugin(
"
com.typesafe.sbt
"
%
"
sbt-native-packager
"
%
"
1.3.1
"
)
addSbtPlugin(
"
com.timushev.sbt
"
%
"
sbt-updates
"
%
"
0.3.3
"
)
addSbtPlugin(
"
com.gu
"
%
"
sbt-riffraff-artifact
"
%
"
1.0.0
"
)
addSbtPlugin(
"
com.typesafe.sbt
"
%
"
sbt-git
"
%
"
0.9.3
"
)
addSbtPlugin(
"
org.scalastyle
"
%%
"
scalastyle-sbt-plugin
"
%
"
1.0.0
"
)
addSbtPlugin(
"
net.virtual-void
"
%
"
sbt-dependency-graph
"
%
"
0.9.0
"
)
Back
|
FazBrowse Home
|
New Git URL