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
1919ScriptedPlugin .scriptedSettings
2020
2121scriptedLaunchOpts ++= Seq (
22- " -Xmx1024M" , " -XX:MaxPermSize=256M " ,
22+ " -Xmx1024M" ,
2323 " -Dplugin.version=" + version.value
2424)
2525
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val pluginVersion = sys.props.getOrElse(
44 """ |The system property 'plugin.version' is not defined.
55 |Specify this property using the scriptedLaunchOpts -D.""" .stripMargin))
66
7- addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % pluginVersion)
7+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % pluginVersion)
88
99resolvers ++= {
1010 if (pluginVersion.endsWith(" -SNAPSHOT" ))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val pluginVersion = sys.props.getOrElse(
44 """ |The system property 'plugin.version' is not defined.
55 |Specify this property using the scriptedLaunchOpts -D.""" .stripMargin))
66
7- addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % pluginVersion)
7+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % pluginVersion)
88
99resolvers ++= {
1010 if (pluginVersion.endsWith(" -SNAPSHOT" ))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val pluginVersion = sys.props.getOrElse(
44 """ |The system property 'plugin.version' is not defined.
55 |Specify this property using the scriptedLaunchOpts -D.""" .stripMargin))
66
7- addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % pluginVersion)
7+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % pluginVersion)
88
99resolvers ++= {
1010 if (pluginVersion.endsWith(" -SNAPSHOT" ))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val pluginVersion = sys.props.getOrElse(
44 """ |The system property 'plugin.version' is not defined.
55 |Specify this property using the scriptedLaunchOpts -D.""" .stripMargin))
66
7- addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % pluginVersion)
7+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % pluginVersion)
88
99resolvers ++= {
1010 if (pluginVersion.endsWith(" -SNAPSHOT" ))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val pluginVersion = sys.props.getOrElse(
44 """ |The system property 'plugin.version' is not defined.
55 |Specify this property using the scriptedLaunchOpts -D.""" .stripMargin))
66
7- addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % pluginVersion)
7+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % pluginVersion)
88
99resolvers ++= {
1010 if (pluginVersion.endsWith(" -SNAPSHOT" ))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val pluginVersion = sys.props.getOrElse(
44 """ |The system property 'plugin.version' is not defined.
55 |Specify this property using the scriptedLaunchOpts -D.""" .stripMargin))
66
7- addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % pluginVersion)
7+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % pluginVersion)
88
99resolvers ++= {
1010 if (pluginVersion.endsWith(" -SNAPSHOT" ))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ val pluginVersion = sys.props.getOrElse(
44 """ |The system property 'plugin.version' is not defined.
55 |Specify this property using the scriptedLaunchOpts -D.""" .stripMargin))
66
7- addSbtPlugin(" org.scoverage" %% " sbt-scoverage" % pluginVersion)
7+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % pluginVersion)
88
99resolvers ++= {
1010 if (pluginVersion.endsWith(" -SNAPSHOT" ))
You can’t perform that action at this time.
0 commit comments