Skip to content

Commit c494fe8

Browse files
authored
Merge branch 'master' into update/sbt-mdoc-2.3.7
2 parents 52d8eed + c162f36 commit c494fe8

File tree

102 files changed

+560
-41
lines changed

Some content is hidden

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

102 files changed

+560
-41
lines changed

build.sbt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
val avroVersion = "1.11.1"
22
val catsVersion = "2.9.0"
33
val disciplineScalaTestVersion = "2.2.0"
4-
val enumeratumVersion = "1.7.0"
4+
val enumeratumVersion = "1.7.2"
55
val jacksonVersion = "2.14.1"
66
val magnolia2Version = "0.17.0"
7-
val magnolia3Version = "1.2.5"
7+
val magnolia3Version = "1.2.7"
88
val munitVersion = "0.7.29"
9-
val refinedVersion = "0.10.1"
9+
val refinedVersion = "0.10.3"
1010
val scalaCollectionCompatVersion = "2.9.0"
11-
val shapeless3Version = "3.1.0"
11+
val shapeless3Version = "3.3.0"
1212
val shapelessVersion = "2.3.10"
13-
val slf4jNopVersion = "2.0.6"
13+
val slf4jNopVersion = "2.0.7"
1414

1515
val scala212 = "2.12.17"
1616
val scala213 = "2.13.10"
17-
val scala3 = "3.2.1"
17+
val scala3 = "3.2.2"
1818

1919
lazy val vulcan = project
2020
.in(file("."))
@@ -448,11 +448,11 @@ addCommandsAlias(
448448
"validate",
449449
List(
450450
"+clean",
451-
"+test",
452-
"+mimaReportBinaryIssues",
453451
"+scalafmtCheck",
454452
"scalafmtSbtCheck",
455453
"+headerCheck",
454+
"+test",
455+
"+mimaReportBinaryIssues",
456456
"+doc",
457457
"docs/run"
458458
)

modules/core/src/main/scala-2.12/vulcan/internal/converters.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2022 OVO Energy Limited
2+
* Copyright 2019-2023 OVO Energy Limited
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/

modules/core/src/main/scala-2.13+/vulcan/internal/converters.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2022 OVO Energy Limited
2+
* Copyright 2019-2023 OVO Energy Limited
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/

modules/core/src/main/scala-2/AvroDoc.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2022 OVO Energy Limited
2+
* Copyright 2019-2023 OVO Energy Limited
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/

modules/core/src/main/scala-2/AvroNamespace.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2022 OVO Energy Limited
2+
* Copyright 2019-2023 OVO Energy Limited
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/

modules/core/src/main/scala-2/vulcan/CodecCompat.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2022 OVO Energy Limited
2+
* Copyright 2019-2023 OVO Energy Limited
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/

modules/core/src/main/scala-2/vulcan/internal/tags.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2022 OVO Energy Limited
2+
* Copyright 2019-2023 OVO Energy Limited
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/

modules/core/src/main/scala-3/vulcan/CodecCompat.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2022 OVO Energy Limited
2+
* Copyright 2019-2023 OVO Energy Limited
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/

modules/core/src/main/scala/vulcan/Avro.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2022 OVO Energy Limited
2+
* Copyright 2019-2023 OVO Energy Limited
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/

modules/core/src/main/scala/vulcan/AvroError.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2022 OVO Energy Limited
2+
* Copyright 2019-2023 OVO Energy Limited
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/

0 commit comments

Comments
 (0)