Skip to content

Commit e70e93f

Browse files
committed
Update Contraband-generated files
1 parent 0b2e944 commit e70e93f

File tree

105 files changed

+174
-174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+174
-174
lines changed

core/src/main/contraband-scala/sbt/internal/librarymanagement/ConfigurationReportLite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
2+
* This code is generated using [[https://www.scala-sbt.org/contraband]].
33
*/
44

55
// DO NOT EDIT MANUALLY
@@ -20,7 +20,7 @@ final class ConfigurationReportLite private (
2020
override def toString: String = {
2121
"ConfigurationReportLite(" + configuration + ", " + details + ")"
2222
}
23-
private[this] def copy(configuration: String = configuration, details: Vector[sbt.librarymanagement.OrganizationArtifactReport] = details): ConfigurationReportLite = {
23+
private def copy(configuration: String = configuration, details: Vector[sbt.librarymanagement.OrganizationArtifactReport] = details): ConfigurationReportLite = {
2424
new ConfigurationReportLite(configuration, details)
2525
}
2626
def withConfiguration(configuration: String): ConfigurationReportLite = {

core/src/main/contraband-scala/sbt/internal/librarymanagement/SemComparator.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
2+
* This code is generated using [[https://www.scala-sbt.org/contraband]].
33
*/
44

55
// DO NOT EDIT MANUALLY
@@ -31,7 +31,7 @@ override def hashCode: Int = {
3131
override def toString: String = {
3232
this.toStringImpl
3333
}
34-
private[this] def copy(op: sbt.internal.librarymanagement.SemSelOperator = op, major: Option[Long] = major, minor: Option[Long] = minor, patch: Option[Long] = patch, tags: Seq[String] = tags): SemComparator = {
34+
private def copy(op: sbt.internal.librarymanagement.SemSelOperator = op, major: Option[Long] = major, minor: Option[Long] = minor, patch: Option[Long] = patch, tags: Seq[String] = tags): SemComparator = {
3535
new SemComparator(op, major, minor, patch, tags)
3636
}
3737
def withOp(op: sbt.internal.librarymanagement.SemSelOperator): SemComparator = {

core/src/main/contraband-scala/sbt/internal/librarymanagement/SemSelAndChunk.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
2+
* This code is generated using [[https://www.scala-sbt.org/contraband]].
33
*/
44

55
// DO NOT EDIT MANUALLY
@@ -19,7 +19,7 @@ final class SemSelAndChunk private (
1919
override def toString: String = {
2020
comparators.map(_.toString).mkString(" ")
2121
}
22-
private[this] def copy(comparators: Seq[sbt.internal.librarymanagement.SemComparator] = comparators): SemSelAndChunk = {
22+
private def copy(comparators: Seq[sbt.internal.librarymanagement.SemComparator] = comparators): SemSelAndChunk = {
2323
new SemSelAndChunk(comparators)
2424
}
2525
def withComparators(comparators: Seq[sbt.internal.librarymanagement.SemComparator]): SemSelAndChunk = {

core/src/main/contraband-scala/sbt/internal/librarymanagement/UpdateReportLite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
2+
* This code is generated using [[https://www.scala-sbt.org/contraband]].
33
*/
44

55
// DO NOT EDIT MANUALLY
@@ -19,7 +19,7 @@ final class UpdateReportLite private (
1919
override def toString: String = {
2020
"UpdateReportLite(" + configurations + ")"
2121
}
22-
private[this] def copy(configurations: Vector[sbt.internal.librarymanagement.ConfigurationReportLite] = configurations): UpdateReportLite = {
22+
private def copy(configurations: Vector[sbt.internal.librarymanagement.ConfigurationReportLite] = configurations): UpdateReportLite = {
2323
new UpdateReportLite(configurations)
2424
}
2525
def withConfigurations(configurations: Vector[sbt.internal.librarymanagement.ConfigurationReportLite]): UpdateReportLite = {

core/src/main/contraband-scala/sbt/librarymanagement/Artifact.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
2+
* This code is generated using [[https://www.scala-sbt.org/contraband]].
33
*/
44

55
// DO NOT EDIT MANUALLY
@@ -28,7 +28,7 @@ final class Artifact private (
2828
override def toString: String = {
2929
"Artifact(" + name + ", " + `type` + ", " + extension + ", " + classifier + ", " + configurations + ", " + url + ", " + extraAttributes + ", " + checksum + ", " + allowInsecureProtocol + ")"
3030
}
31-
private[this] def copy(name: String = name, `type`: String = `type`, extension: String = extension, classifier: Option[String] = classifier, configurations: Vector[sbt.librarymanagement.ConfigRef] = configurations, url: Option[java.net.URL] = url, extraAttributes: Map[String, String] = extraAttributes, checksum: Option[sbt.librarymanagement.Checksum] = checksum, allowInsecureProtocol: Boolean = allowInsecureProtocol): Artifact = {
31+
private def copy(name: String = name, `type`: String = `type`, extension: String = extension, classifier: Option[String] = classifier, configurations: Vector[sbt.librarymanagement.ConfigRef] = configurations, url: Option[java.net.URL] = url, extraAttributes: Map[String, String] = extraAttributes, checksum: Option[sbt.librarymanagement.Checksum] = checksum, allowInsecureProtocol: Boolean = allowInsecureProtocol): Artifact = {
3232
new Artifact(name, `type`, extension, classifier, configurations, url, extraAttributes, checksum, allowInsecureProtocol)
3333
}
3434
def withName(name: String): Artifact = {

core/src/main/contraband-scala/sbt/librarymanagement/ArtifactFormats.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
2+
* This code is generated using [[https://www.scala-sbt.org/contraband]].
33
*/
44

55
// DO NOT EDIT MANUALLY

core/src/main/contraband-scala/sbt/librarymanagement/ArtifactTypeFilter.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
2+
* This code is generated using [[https://www.scala-sbt.org/contraband]].
33
*/
44

55
// DO NOT EDIT MANUALLY
@@ -27,7 +27,7 @@ final class ArtifactTypeFilter private (
2727
override def toString: String = {
2828
"ArtifactTypeFilter(" + types + ", " + inverted + ")"
2929
}
30-
private[this] def copy(types: Set[String] = types, inverted: Boolean = inverted): ArtifactTypeFilter = {
30+
private def copy(types: Set[String] = types, inverted: Boolean = inverted): ArtifactTypeFilter = {
3131
new ArtifactTypeFilter(types, inverted)
3232
}
3333
def withTypes(types: Set[String]): ArtifactTypeFilter = {

core/src/main/contraband-scala/sbt/librarymanagement/ArtifactTypeFilterFormats.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
2+
* This code is generated using [[https://www.scala-sbt.org/contraband]].
33
*/
44

55
// DO NOT EDIT MANUALLY

core/src/main/contraband-scala/sbt/librarymanagement/Caller.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
2+
* This code is generated using [[https://www.scala-sbt.org/contraband]].
33
*/
44

55
// DO NOT EDIT MANUALLY
@@ -25,7 +25,7 @@ final class Caller private (
2525
override def toString: String = {
2626
s"$caller"
2727
}
28-
private[this] def copy(caller: sbt.librarymanagement.ModuleID = caller, callerConfigurations: Vector[sbt.librarymanagement.ConfigRef] = callerConfigurations, callerExtraAttributes: Map[String, String] = callerExtraAttributes, isForceDependency: Boolean = isForceDependency, isChangingDependency: Boolean = isChangingDependency, isTransitiveDependency: Boolean = isTransitiveDependency, isDirectlyForceDependency: Boolean = isDirectlyForceDependency): Caller = {
28+
private def copy(caller: sbt.librarymanagement.ModuleID = caller, callerConfigurations: Vector[sbt.librarymanagement.ConfigRef] = callerConfigurations, callerExtraAttributes: Map[String, String] = callerExtraAttributes, isForceDependency: Boolean = isForceDependency, isChangingDependency: Boolean = isChangingDependency, isTransitiveDependency: Boolean = isTransitiveDependency, isDirectlyForceDependency: Boolean = isDirectlyForceDependency): Caller = {
2929
new Caller(caller, callerConfigurations, callerExtraAttributes, isForceDependency, isChangingDependency, isTransitiveDependency, isDirectlyForceDependency)
3030
}
3131
def withCaller(caller: sbt.librarymanagement.ModuleID): Caller = {

core/src/main/contraband-scala/sbt/librarymanagement/CallerFormats.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
2-
* This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
2+
* This code is generated using [[https://www.scala-sbt.org/contraband]].
33
*/
44

55
// DO NOT EDIT MANUALLY
66
package sbt.librarymanagement
77
import _root_.sjsonnew.{ Unbuilder, Builder, JsonFormat, deserializationError }
8-
trait CallerFormats { self: sbt.librarymanagement.ModuleIDFormats with sbt.librarymanagement.ConfigRefFormats with sjsonnew.BasicJsonProtocol =>
8+
trait CallerFormats { self: sbt.librarymanagement.ModuleIDFormats with sbt.librarymanagement.ArtifactFormats with sbt.librarymanagement.ConfigRefFormats with sbt.librarymanagement.ChecksumFormats with sjsonnew.BasicJsonProtocol with sbt.librarymanagement.InclExclRuleFormats with sbt.librarymanagement.CrossVersionFormats with sbt.librarymanagement.DisabledFormats with sbt.librarymanagement.BinaryFormats with sbt.librarymanagement.ConstantFormats with sbt.librarymanagement.PatchFormats with sbt.librarymanagement.FullFormats with sbt.librarymanagement.For3Use2_13Formats with sbt.librarymanagement.For2_13Use3Formats =>
99
implicit lazy val CallerFormat: JsonFormat[sbt.librarymanagement.Caller] = new JsonFormat[sbt.librarymanagement.Caller] {
1010
override def read[J](__jsOpt: Option[J], unbuilder: Unbuilder[J]): sbt.librarymanagement.Caller = {
1111
__jsOpt match {

0 commit comments

Comments
 (0)