File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
scalac-plugin-version/project Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ publishArtifact in Test := false
19
19
ScriptedPlugin .scriptedSettings
20
20
21
21
scriptedLaunchOpts ++= Seq (
22
- " -Xmx1024M" , " -XX:MaxPermSize=256M " ,
22
+ " -Xmx1024M" ,
23
23
" -Dplugin.version=" + version.value
24
24
)
25
25
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val pluginVersion = sys.props.getOrElse(
4
4
""" |The system property 'plugin.version' is not defined.
5
5
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin))
6
6
7
- addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % pluginVersion)
7
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % pluginVersion)
8
8
9
9
resolvers ++= {
10
10
if (pluginVersion.endsWith(" -SNAPSHOT" ))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val pluginVersion = sys.props.getOrElse(
4
4
""" |The system property 'plugin.version' is not defined.
5
5
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin))
6
6
7
- addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % pluginVersion)
7
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % pluginVersion)
8
8
9
9
resolvers ++= {
10
10
if (pluginVersion.endsWith(" -SNAPSHOT" ))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val pluginVersion = sys.props.getOrElse(
4
4
""" |The system property 'plugin.version' is not defined.
5
5
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin))
6
6
7
- addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % pluginVersion)
7
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % pluginVersion)
8
8
9
9
resolvers ++= {
10
10
if (pluginVersion.endsWith(" -SNAPSHOT" ))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val pluginVersion = sys.props.getOrElse(
4
4
""" |The system property 'plugin.version' is not defined.
5
5
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin))
6
6
7
- addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % pluginVersion)
7
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % pluginVersion)
8
8
9
9
resolvers ++= {
10
10
if (pluginVersion.endsWith(" -SNAPSHOT" ))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val pluginVersion = sys.props.getOrElse(
4
4
""" |The system property 'plugin.version' is not defined.
5
5
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin))
6
6
7
- addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % pluginVersion)
7
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % pluginVersion)
8
8
9
9
resolvers ++= {
10
10
if (pluginVersion.endsWith(" -SNAPSHOT" ))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val pluginVersion = sys.props.getOrElse(
4
4
""" |The system property 'plugin.version' is not defined.
5
5
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin))
6
6
7
- addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % pluginVersion)
7
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % pluginVersion)
8
8
9
9
resolvers ++= {
10
10
if (pluginVersion.endsWith(" -SNAPSHOT" ))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val pluginVersion = sys.props.getOrElse(
4
4
""" |The system property 'plugin.version' is not defined.
5
5
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin))
6
6
7
- addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % pluginVersion)
7
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % pluginVersion)
8
8
9
9
resolvers ++= {
10
10
if (pluginVersion.endsWith(" -SNAPSHOT" ))
You can’t perform that action at this time.
0 commit comments