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

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

+2-2
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 = {

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

+2-2
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 = {

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

+2-2
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 = {

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

+2-2
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 = {

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/Artifact.scala

+2-2
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 = {

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/ArtifactFormats.scala

+1-1
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

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/ArtifactTypeFilter.scala

+2-2
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 = {

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/ArtifactTypeFilterFormats.scala

+1-1
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

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/Caller.scala

+2-2
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 = {

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/CallerFormats.scala

+2-2
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 {

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/ChainedResolver.scala

+2-2
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 ChainedResolver private (
2020
override def toString: String = {
2121
"ChainedResolver(" + name + ", " + resolvers + ")"
2222
}
23-
private[this] def copy(name: String = name, resolvers: Vector[sbt.librarymanagement.Resolver] = resolvers): ChainedResolver = {
23+
private def copy(name: String = name, resolvers: Vector[sbt.librarymanagement.Resolver] = resolvers): ChainedResolver = {
2424
new ChainedResolver(name, resolvers)
2525
}
2626
def withName(name: String): ChainedResolver = {

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/ChainedResolverFormats.scala

+1-1
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

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/Checksum.scala

+2-2
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 Checksum private (
2020
override def toString: String = {
2121
"Checksum(" + digest + ", " + `type` + ")"
2222
}
23-
private[this] def copy(digest: String = digest, `type`: String = `type`): Checksum = {
23+
private def copy(digest: String = digest, `type`: String = `type`): Checksum = {
2424
new Checksum(digest, `type`)
2525
}
2626
def withDigest(digest: String): Checksum = {

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/ChecksumFormats.scala

+1-1
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

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/ConfigurationReport.scala

+2-2
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
@@ -29,7 +29,7 @@ final class ConfigurationReport private (
2929
(if (details.isEmpty) modules.mkString + details.flatMap(_.modules).filter(_.evicted).map("\t\t(EVICTED) " + _ + "\n").mkString
3030
else details.mkString)
3131
}
32-
private[this] def copy(configuration: sbt.librarymanagement.ConfigRef = configuration, modules: Vector[sbt.librarymanagement.ModuleReport] = modules, details: Vector[sbt.librarymanagement.OrganizationArtifactReport] = details): ConfigurationReport = {
32+
private def copy(configuration: sbt.librarymanagement.ConfigRef = configuration, modules: Vector[sbt.librarymanagement.ModuleReport] = modules, details: Vector[sbt.librarymanagement.OrganizationArtifactReport] = details): ConfigurationReport = {
3333
new ConfigurationReport(configuration, modules, details)
3434
}
3535
def withConfiguration(configuration: sbt.librarymanagement.ConfigRef): ConfigurationReport = {

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/ConfigurationReportFormats.scala

+2-2
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 ConfigurationReportFormats { self: sbt.librarymanagement.ConfigRefFormats with sbt.librarymanagement.ModuleReportFormats with sbt.librarymanagement.OrganizationArtifactReportFormats with sjsonnew.BasicJsonProtocol =>
8+
trait ConfigurationReportFormats { self: sbt.librarymanagement.ConfigRefFormats with sbt.librarymanagement.ModuleReportFormats with sbt.librarymanagement.ModuleIDFormats with sbt.librarymanagement.ArtifactFormats 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 with sbt.librarymanagement.CallerFormats with sbt.librarymanagement.OrganizationArtifactReportFormats =>
99
implicit lazy val ConfigurationReportFormat: JsonFormat[sbt.librarymanagement.ConfigurationReport] = new JsonFormat[sbt.librarymanagement.ConfigurationReport] {
1010
override def read[J](__jsOpt: Option[J], unbuilder: Unbuilder[J]): sbt.librarymanagement.ConfigurationReport = {
1111
__jsOpt match {

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/ConfigurationReportLiteFormats.scala

+2-2
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 ConfigurationReportLiteFormats { self: sbt.librarymanagement.OrganizationArtifactReportFormats with sjsonnew.BasicJsonProtocol =>
8+
trait ConfigurationReportLiteFormats { self: sbt.librarymanagement.OrganizationArtifactReportFormats with sbt.librarymanagement.ModuleReportFormats with 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 with sbt.librarymanagement.CallerFormats =>
99
implicit lazy val ConfigurationReportLiteFormat: JsonFormat[sbt.internal.librarymanagement.ConfigurationReportLite] = new JsonFormat[sbt.internal.librarymanagement.ConfigurationReportLite] {
1010
override def read[J](__jsOpt: Option[J], unbuilder: Unbuilder[J]): sbt.internal.librarymanagement.ConfigurationReportLite = {
1111
__jsOpt match {

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/ConflictManager.scala

+2-2
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
@@ -22,7 +22,7 @@ final class ConflictManager private (
2222
override def toString: String = {
2323
"ConflictManager(" + name + ", " + organization + ", " + module + ")"
2424
}
25-
private[this] def copy(name: String = name, organization: String = organization, module: String = module): ConflictManager = {
25+
private def copy(name: String = name, organization: String = organization, module: String = module): ConflictManager = {
2626
new ConflictManager(name, organization, module)
2727
}
2828
def withName(name: String): ConflictManager = {

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/ConflictManagerFormats.scala

+1-1
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

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/Developer.scala

+2-2
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
@@ -22,7 +22,7 @@ final class Developer private (
2222
override def toString: String = {
2323
"Developer(" + id + ", " + name + ", " + email + ", " + url + ")"
2424
}
25-
private[this] def copy(id: String = id, name: String = name, email: String = email, url: java.net.URL = url): Developer = {
25+
private def copy(id: String = id, name: String = name, email: String = email, url: java.net.URL = url): Developer = {
2626
new Developer(id, name, email, url)
2727
}
2828
def withId(id: String): Developer = {

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/DeveloperFormats.scala

+1-1
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

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/FileConfiguration.scala

+2-2
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
@@ -21,7 +21,7 @@ final class FileConfiguration private (
2121
override def toString: String = {
2222
"FileConfiguration(" + isLocal + ", " + isTransactional + ")"
2323
}
24-
private[this] def copy(isLocal: Boolean = isLocal, isTransactional: Option[Boolean] = isTransactional): FileConfiguration = {
24+
private def copy(isLocal: Boolean = isLocal, isTransactional: Option[Boolean] = isTransactional): FileConfiguration = {
2525
new FileConfiguration(isLocal, isTransactional)
2626
}
2727
def withIsLocal(isLocal: Boolean): FileConfiguration = {

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/FileConfigurationFormats.scala

+1-1
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

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/FileRepository.scala

+2-2
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
@@ -23,7 +23,7 @@ final class FileRepository private (
2323
override def toString: String = {
2424
"FileRepository(" + name + ", " + patterns + ", " + configuration + ")"
2525
}
26-
private[this] def copy(name: String = name, patterns: sbt.librarymanagement.Patterns = patterns, configuration: sbt.librarymanagement.FileConfiguration = configuration): FileRepository = {
26+
private def copy(name: String = name, patterns: sbt.librarymanagement.Patterns = patterns, configuration: sbt.librarymanagement.FileConfiguration = configuration): FileRepository = {
2727
new FileRepository(name, patterns, configuration)
2828
}
2929
def withName(name: String): FileRepository = {

Diff for: core/src/main/contraband-scala/sbt/librarymanagement/FileRepositoryFormats.scala

+2-2
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 FileRepositoryFormats { self: sbt.librarymanagement.PatternsFormats with sbt.librarymanagement.FileConfigurationFormats with sjsonnew.BasicJsonProtocol =>
8+
trait FileRepositoryFormats { self: sbt.librarymanagement.PatternsFormats with sjsonnew.BasicJsonProtocol with sbt.librarymanagement.FileConfigurationFormats =>
99
implicit lazy val FileRepositoryFormat: JsonFormat[sbt.librarymanagement.FileRepository] = new JsonFormat[sbt.librarymanagement.FileRepository] {
1010
override def read[J](__jsOpt: Option[J], unbuilder: Unbuilder[J]): sbt.librarymanagement.FileRepository = {
1111
__jsOpt match {

0 commit comments

Comments
 (0)