@@ -3,7 +3,7 @@ sbtPlugin := true
3
3
name := " sbt-native-packager"
4
4
organization := " com.typesafe.sbt"
5
5
6
- scalaVersion in Global := " 2.10.6 "
6
+ scalaVersion in Global := " 2.12.3 "
7
7
8
8
// crossBuildingSettings
9
9
crossSbtVersions := Vector (" 0.13.16" , " 1.0.0" )
@@ -35,7 +35,7 @@ libraryDependencies ++= {
35
35
Seq (
36
36
// these dependencies have to be explicitly added by the user
37
37
" com.spotify" % " docker-client" % " 3.5.13" % Provided ,
38
- " org.vafer" % " jdeb" % " 1.3" % Provided artifacts Artifact (" jdeb" , " jar" , " jar" )
38
+ " org.vafer" % " jdeb" % " 1.3" % Provided artifacts Artifact (" jdeb" , " jar" , " jar" )
39
39
)
40
40
}
41
41
}
@@ -54,13 +54,11 @@ libraryDependencies ++= {
54
54
}
55
55
56
56
// configure github page
57
- enablePlugins(SphinxPlugin , SiteScaladocPlugin )
57
+ enablePlugins(SphinxPlugin , SiteScaladocPlugin , GhpagesPlugin )
58
58
59
- ghpages.settings
60
59
git.remoteRepo
:= " [email protected] :sbt/sbt-native-packager.git"
61
60
62
61
// scripted test settings
63
- scriptedSettings
64
62
scriptedLaunchOpts += " -Dproject.version=" + version.value
65
63
66
64
// Release configuration
@@ -80,7 +78,7 @@ releaseProcess := Seq[ReleaseStep](
80
78
setNextVersion,
81
79
commitNextVersion,
82
80
pushChanges,
83
- releaseStepTask(GhPagesKeys .pushSite )
81
+ releaseStepTask(ghpagesPushSite )
84
82
)
85
83
86
84
// bintray config
@@ -112,4 +110,4 @@ addCommandAlias(
112
110
)
113
111
114
112
// TODO check the cygwin scripted tests and run them on appveyor
115
- addCommandAlias(" validateWindows" , " ; test-only * -- -n windows; scripted universal/dist universal/stage windows/*" )
113
+ addCommandAlias(" validateWindows" , " ; testOnly * -- -n windows ; scripted universal/dist universal/stage windows/*" )
0 commit comments