From 1a4bdc07637253b663806ed41c327844f0dcca2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20=C4=8Cern=C3=BD?= Date: Wed, 15 Jan 2025 15:17:35 +0100 Subject: [PATCH] Update scala to 3.6.2, cats to 2.12, docker-compose to 3.5, copyright year --- build.sbt | 6 +++--- .../dev/profunktor/fs2rabbit/javaConversion.scala | 2 +- .../scala-3/dev/profunktor/fs2rabbit/javaConversion.scala | 2 +- .../dev/profunktor/fs2rabbit/algebra/AMQPInternals.scala | 2 +- .../dev/profunktor/fs2rabbit/algebra/AckConsuming.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/algebra/Acking.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/algebra/Binding.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/algebra/BindingOps.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/algebra/Cancel.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/algebra/Connection.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/algebra/Consume.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/algebra/Consuming.scala | 2 +- .../dev/profunktor/fs2rabbit/algebra/Declaration.scala | 2 +- .../dev/profunktor/fs2rabbit/algebra/DeclarationOps.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/algebra/Deletion.scala | 2 +- .../dev/profunktor/fs2rabbit/algebra/DeletionOps.scala | 2 +- .../dev/profunktor/fs2rabbit/algebra/InternalQueue.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/algebra/Publish.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/algebra/Publishing.scala | 2 +- .../src/main/scala/dev/profunktor/fs2rabbit/arguments.scala | 2 +- .../dev/profunktor/fs2rabbit/config/Fs2RabbitConfig.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/config/declaration.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/config/deletion.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/effects/BoolValue.scala | 2 +- .../dev/profunktor/fs2rabbit/effects/EnvelopeDecoder.scala | 2 +- .../main/scala/dev/profunktor/fs2rabbit/effects/Log.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/effects/StreamEval.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/effects/package.scala | 2 +- .../fs2rabbit/interpreter/LiveInternalQueue.scala | 2 +- .../dev/profunktor/fs2rabbit/interpreter/RabbitClient.scala | 2 +- .../profunktor/fs2rabbit/interpreter/RabbitClientOps.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/model/AmqpEnvelope.scala | 2 +- .../dev/profunktor/fs2rabbit/model/AmqpFieldValue.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/model/AmqpMessage.scala | 2 +- .../dev/profunktor/fs2rabbit/model/AmqpProperties.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/model/BasicQos.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/model/ConsumerArgs.scala | 2 +- .../main/scala/dev/profunktor/fs2rabbit/model/Headers.scala | 2 +- .../dev/profunktor/fs2rabbit/model/PublishReturn.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/model/ShortString.scala | 2 +- .../profunktor/fs2rabbit/model/codec/AmqpFieldDecoder.scala | 2 +- .../profunktor/fs2rabbit/model/codec/AmqpFieldEncoder.scala | 2 +- .../main/scala/dev/profunktor/fs2rabbit/model/package.scala | 2 +- .../main/scala/dev/profunktor/fs2rabbit/model/values.scala | 2 +- .../profunktor/fs2rabbit/program/AckConsumingProgram.scala | 2 +- .../fs2rabbit/program/AckConsumingProgramOps.scala | 2 +- .../dev/profunktor/fs2rabbit/program/AckingProgram.scala | 2 +- .../dev/profunktor/fs2rabbit/program/ConsumingProgram.scala | 2 +- .../profunktor/fs2rabbit/program/PublishingProgram.scala | 2 +- .../profunktor/fs2rabbit/program/PublishingProgramOps.scala | 2 +- .../profunktor/fs2rabbit/resiliency/ResilientStream.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/AmqpFieldValueSpec.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/AmqpPropertiesSpec.scala | 2 +- .../test/scala/dev/profunktor/fs2rabbit/SafeArgSpec.scala | 2 +- .../profunktor/fs2rabbit/effects/EnvelopeDecoderSpec.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/model/HeaderSpec.scala | 2 +- .../fs2rabbit/model/codec/AmqpFieldDecoderSpec.scala | 2 +- .../fs2rabbit/model/codec/AmqpFieldIsoCodecSpec.scala | 2 +- .../profunktor/fs2rabbit/testing/AmqpPropertiesArbs.scala | 2 +- .../profunktor/fs2rabbit/testing/CatsCollectionsArbs.scala | 2 +- .../profunktor/fs2rabbit/testing/RabbitStdDataArbs.scala | 2 +- docker-compose.yml | 2 +- .../profunktor/fs2rabbit/examples/AckerConsumerDemo.scala | 2 +- .../profunktor/fs2rabbit/examples/AutoAckConsumerDemo.scala | 2 +- .../fs2rabbit/examples/DropwizardMetricsDemo.scala | 2 +- .../dev/profunktor/fs2rabbit/examples/IOAckerConsumer.scala | 2 +- .../fs2rabbit/examples/MonixAutoAckConsumer.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/examples/RPCDemo.scala | 2 +- .../profunktor/fs2rabbit/examples/ZIOAutoAckConsumer.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/examples/package.scala | 2 +- .../dev/profunktor/fs2rabbit/json/Fs2JsonDecoder.scala | 2 +- .../dev/profunktor/fs2rabbit/json/Fs2JsonEncoder.scala | 2 +- .../dev/profunktor/fs2rabbit/json/Fs2JsonDecoderSpec.scala | 2 +- .../dev/profunktor/fs2rabbit/json/Fs2JsonEncoderSpec.scala | 2 +- project/Dependencies.scala | 2 +- .../scala/dev/profunktor/fs2rabbit/testkit/package.scala | 2 +- .../src/test/scala/dev/profunktor/fs2rabbit/BaseSpec.scala | 2 +- .../profunktor/fs2rabbit/interpreter/Fs2RabbitSpec.scala | 2 +- .../dev/profunktor/fs2rabbit/interpreter/RabbitSuite.scala | 2 +- .../fs2rabbit/laws/CommutativeSemigroupInstancesSpec.scala | 2 +- .../dev/profunktor/fs2rabbit/laws/EqInstancesSpec.scala | 2 +- .../dev/profunktor/fs2rabbit/laws/OrderInstancesSpec.scala | 2 +- .../profunktor/fs2rabbit/laws/TraverseInstancesSpec.scala | 2 +- .../fs2rabbit/resiliency/ResilientStreamSpec.scala | 2 +- 84 files changed, 86 insertions(+), 86 deletions(-) diff --git a/build.sbt b/build.sbt index b0de09b8..73017f8a 100644 --- a/build.sbt +++ b/build.sbt @@ -4,11 +4,11 @@ import scala.collection.immutable ThisBuild / name := "fs2-rabbit" ThisBuild / scalaVersion := "2.13.15" -ThisBuild / crossScalaVersions := List("2.13.15", "3.3.4", "3.5.2") +ThisBuild / crossScalaVersions := List("2.13.15", "3.3.4", "3.5.2", "3.6.2") ThisBuild / versionScheme := Some("semver-spec") ThisBuild / organization := "dev.profunktor" ThisBuild / homepage := Some(url("https://fs2-rabbit.profunktor.dev/")) -ThisBuild / licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")) +ThisBuild / licenses := List(License.Apache2) ThisBuild / developers := List( Developer( "gvolpe", @@ -47,7 +47,7 @@ def commonDependencies(v: String): Seq[ModuleID] = val commonSettings = List( organizationName := "ProfunKtor", startYear := Some(2017), - licenses += ("Apache-2.0", new URL("https://www.apache.org/licenses/LICENSE-2.0.txt")), + licenses += License.Apache2, homepage := Some(url("https://fs2-rabbit.profunktor.dev/")), headerLicense := Some(HeaderLicense.ALv2(s"${startYear.value.get}-${java.time.Year.now}", "ProfunKtor")), Compile / doc / scalacOptions ++= List("-no-link-warnings"), diff --git a/core/src/main/scala-2.13/dev/profunktor/fs2rabbit/javaConversion.scala b/core/src/main/scala-2.13/dev/profunktor/fs2rabbit/javaConversion.scala index f7ba8685..277e82e5 100644 --- a/core/src/main/scala-2.13/dev/profunktor/fs2rabbit/javaConversion.scala +++ b/core/src/main/scala-2.13/dev/profunktor/fs2rabbit/javaConversion.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala-3/dev/profunktor/fs2rabbit/javaConversion.scala b/core/src/main/scala-3/dev/profunktor/fs2rabbit/javaConversion.scala index f7ba8685..277e82e5 100644 --- a/core/src/main/scala-3/dev/profunktor/fs2rabbit/javaConversion.scala +++ b/core/src/main/scala-3/dev/profunktor/fs2rabbit/javaConversion.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/AMQPInternals.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/AMQPInternals.scala index 747ec470..11b25073 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/AMQPInternals.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/AMQPInternals.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/AckConsuming.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/AckConsuming.scala index 3bcc1c30..c4f29410 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/AckConsuming.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/AckConsuming.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Acking.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Acking.scala index 64438d29..39d31ad1 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Acking.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Acking.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Binding.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Binding.scala index 6d90828b..8c7621cc 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Binding.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Binding.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/BindingOps.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/BindingOps.scala index 76f257ba..492e41c3 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/BindingOps.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/BindingOps.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Cancel.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Cancel.scala index 39c6fba1..ff51597b 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Cancel.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Cancel.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Connection.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Connection.scala index 13721a62..68a324ab 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Connection.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Connection.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Consume.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Consume.scala index 247b6ec3..33b6a60f 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Consume.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Consume.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Consuming.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Consuming.scala index 28d7c8b8..4d564303 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Consuming.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Consuming.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Declaration.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Declaration.scala index 2ee92673..14ea991b 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Declaration.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Declaration.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/DeclarationOps.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/DeclarationOps.scala index 6682b8e3..cbd79394 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/DeclarationOps.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/DeclarationOps.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Deletion.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Deletion.scala index f730d6ab..a4a592b3 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Deletion.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Deletion.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/DeletionOps.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/DeletionOps.scala index 1aab0708..6828627b 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/DeletionOps.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/DeletionOps.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/InternalQueue.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/InternalQueue.scala index bbc847eb..027a77b2 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/InternalQueue.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/InternalQueue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Publish.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Publish.scala index a1c009d8..4e60dafb 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Publish.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Publish.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Publishing.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Publishing.scala index dd2860c5..87eedc18 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Publishing.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/algebra/Publishing.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/arguments.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/arguments.scala index a2d0b051..9cebaad9 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/arguments.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/arguments.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/config/Fs2RabbitConfig.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/config/Fs2RabbitConfig.scala index 67fc340a..09cd65aa 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/config/Fs2RabbitConfig.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/config/Fs2RabbitConfig.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/config/declaration.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/config/declaration.scala index 1da2dfbd..9f79f743 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/config/declaration.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/config/declaration.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/config/deletion.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/config/deletion.scala index 1c4363a2..20520ae4 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/config/deletion.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/config/deletion.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/effects/BoolValue.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/effects/BoolValue.scala index 4ffa5e4c..199e877f 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/effects/BoolValue.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/effects/BoolValue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/effects/EnvelopeDecoder.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/effects/EnvelopeDecoder.scala index 41361021..cb211e20 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/effects/EnvelopeDecoder.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/effects/EnvelopeDecoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/effects/Log.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/effects/Log.scala index d6d175c8..a7df64d4 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/effects/Log.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/effects/Log.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/effects/StreamEval.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/effects/StreamEval.scala index 7def2ab8..f9a7c326 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/effects/StreamEval.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/effects/StreamEval.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/effects/package.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/effects/package.scala index b9b1217c..b906508f 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/effects/package.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/effects/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/interpreter/LiveInternalQueue.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/interpreter/LiveInternalQueue.scala index 1e585d46..75d1dafa 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/interpreter/LiveInternalQueue.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/interpreter/LiveInternalQueue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/interpreter/RabbitClient.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/interpreter/RabbitClient.scala index ffeb466b..926057d9 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/interpreter/RabbitClient.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/interpreter/RabbitClient.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/interpreter/RabbitClientOps.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/interpreter/RabbitClientOps.scala index b47aa403..4f4a42de 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/interpreter/RabbitClientOps.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/interpreter/RabbitClientOps.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpEnvelope.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpEnvelope.scala index 1003e318..4bf8f447 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpEnvelope.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpEnvelope.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpFieldValue.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpFieldValue.scala index 0385d4f7..d277686d 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpFieldValue.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpFieldValue.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpMessage.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpMessage.scala index 992fdcfd..6dc74ba6 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpMessage.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpMessage.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpProperties.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpProperties.scala index 1e510536..4ff53e6c 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpProperties.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/model/AmqpProperties.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/model/BasicQos.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/model/BasicQos.scala index 3bd912d0..844c802b 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/model/BasicQos.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/model/BasicQos.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/model/ConsumerArgs.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/model/ConsumerArgs.scala index 38d4f6f4..b149d245 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/model/ConsumerArgs.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/model/ConsumerArgs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/model/Headers.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/model/Headers.scala index 26261985..b2c0e640 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/model/Headers.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/model/Headers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/model/PublishReturn.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/model/PublishReturn.scala index 1cc4af19..964802a0 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/model/PublishReturn.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/model/PublishReturn.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/model/ShortString.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/model/ShortString.scala index a77e8e23..3a64220c 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/model/ShortString.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/model/ShortString.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldDecoder.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldDecoder.scala index cf093823..b0e559bb 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldDecoder.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldDecoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldEncoder.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldEncoder.scala index 8d752d9b..7d9c4c47 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldEncoder.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldEncoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/model/package.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/model/package.scala index 59820fc3..1d7489af 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/model/package.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/model/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/model/values.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/model/values.scala index 049203e5..464363e5 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/model/values.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/model/values.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/program/AckConsumingProgram.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/program/AckConsumingProgram.scala index a30fe725..8d536a5c 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/program/AckConsumingProgram.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/program/AckConsumingProgram.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/program/AckConsumingProgramOps.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/program/AckConsumingProgramOps.scala index 6314e07b..065f77ca 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/program/AckConsumingProgramOps.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/program/AckConsumingProgramOps.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/program/AckingProgram.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/program/AckingProgram.scala index 13f566a6..1a7745de 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/program/AckingProgram.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/program/AckingProgram.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/program/ConsumingProgram.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/program/ConsumingProgram.scala index 0d639f18..3925baa3 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/program/ConsumingProgram.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/program/ConsumingProgram.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/program/PublishingProgram.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/program/PublishingProgram.scala index 318cc623..f74fde00 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/program/PublishingProgram.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/program/PublishingProgram.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/program/PublishingProgramOps.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/program/PublishingProgramOps.scala index 3bce5f6d..f0acfb47 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/program/PublishingProgramOps.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/program/PublishingProgramOps.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/dev/profunktor/fs2rabbit/resiliency/ResilientStream.scala b/core/src/main/scala/dev/profunktor/fs2rabbit/resiliency/ResilientStream.scala index 488fbbb9..aa1164bf 100644 --- a/core/src/main/scala/dev/profunktor/fs2rabbit/resiliency/ResilientStream.scala +++ b/core/src/main/scala/dev/profunktor/fs2rabbit/resiliency/ResilientStream.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/dev/profunktor/fs2rabbit/AmqpFieldValueSpec.scala b/core/src/test/scala/dev/profunktor/fs2rabbit/AmqpFieldValueSpec.scala index b14b2067..54ecf09b 100644 --- a/core/src/test/scala/dev/profunktor/fs2rabbit/AmqpFieldValueSpec.scala +++ b/core/src/test/scala/dev/profunktor/fs2rabbit/AmqpFieldValueSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/dev/profunktor/fs2rabbit/AmqpPropertiesSpec.scala b/core/src/test/scala/dev/profunktor/fs2rabbit/AmqpPropertiesSpec.scala index 2ee021bc..e3d3dcaa 100644 --- a/core/src/test/scala/dev/profunktor/fs2rabbit/AmqpPropertiesSpec.scala +++ b/core/src/test/scala/dev/profunktor/fs2rabbit/AmqpPropertiesSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/dev/profunktor/fs2rabbit/SafeArgSpec.scala b/core/src/test/scala/dev/profunktor/fs2rabbit/SafeArgSpec.scala index f747d238..54f2d91b 100644 --- a/core/src/test/scala/dev/profunktor/fs2rabbit/SafeArgSpec.scala +++ b/core/src/test/scala/dev/profunktor/fs2rabbit/SafeArgSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/dev/profunktor/fs2rabbit/effects/EnvelopeDecoderSpec.scala b/core/src/test/scala/dev/profunktor/fs2rabbit/effects/EnvelopeDecoderSpec.scala index 341b1ef8..a2892a2e 100644 --- a/core/src/test/scala/dev/profunktor/fs2rabbit/effects/EnvelopeDecoderSpec.scala +++ b/core/src/test/scala/dev/profunktor/fs2rabbit/effects/EnvelopeDecoderSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/dev/profunktor/fs2rabbit/model/HeaderSpec.scala b/core/src/test/scala/dev/profunktor/fs2rabbit/model/HeaderSpec.scala index d2765e68..e3c74e85 100644 --- a/core/src/test/scala/dev/profunktor/fs2rabbit/model/HeaderSpec.scala +++ b/core/src/test/scala/dev/profunktor/fs2rabbit/model/HeaderSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldDecoderSpec.scala b/core/src/test/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldDecoderSpec.scala index c02ec0b7..80222fbf 100644 --- a/core/src/test/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldDecoderSpec.scala +++ b/core/src/test/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldDecoderSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldIsoCodecSpec.scala b/core/src/test/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldIsoCodecSpec.scala index 8e058e00..a5391d63 100644 --- a/core/src/test/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldIsoCodecSpec.scala +++ b/core/src/test/scala/dev/profunktor/fs2rabbit/model/codec/AmqpFieldIsoCodecSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/dev/profunktor/fs2rabbit/testing/AmqpPropertiesArbs.scala b/core/src/test/scala/dev/profunktor/fs2rabbit/testing/AmqpPropertiesArbs.scala index be33f431..fcd2dbec 100644 --- a/core/src/test/scala/dev/profunktor/fs2rabbit/testing/AmqpPropertiesArbs.scala +++ b/core/src/test/scala/dev/profunktor/fs2rabbit/testing/AmqpPropertiesArbs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/dev/profunktor/fs2rabbit/testing/CatsCollectionsArbs.scala b/core/src/test/scala/dev/profunktor/fs2rabbit/testing/CatsCollectionsArbs.scala index 70c9dd68..8c423e8b 100644 --- a/core/src/test/scala/dev/profunktor/fs2rabbit/testing/CatsCollectionsArbs.scala +++ b/core/src/test/scala/dev/profunktor/fs2rabbit/testing/CatsCollectionsArbs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/dev/profunktor/fs2rabbit/testing/RabbitStdDataArbs.scala b/core/src/test/scala/dev/profunktor/fs2rabbit/testing/RabbitStdDataArbs.scala index 98938c47..230553cc 100644 --- a/core/src/test/scala/dev/profunktor/fs2rabbit/testing/RabbitStdDataArbs.scala +++ b/core/src/test/scala/dev/profunktor/fs2rabbit/testing/RabbitStdDataArbs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/docker-compose.yml b/docker-compose.yml index 7b0dd171..730e6c83 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -version: '3' +version: '3.5' services: RabbitMQ: restart: always diff --git a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/AckerConsumerDemo.scala b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/AckerConsumerDemo.scala index 841421fd..492df734 100644 --- a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/AckerConsumerDemo.scala +++ b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/AckerConsumerDemo.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/AutoAckConsumerDemo.scala b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/AutoAckConsumerDemo.scala index 1a117bfe..52559579 100644 --- a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/AutoAckConsumerDemo.scala +++ b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/AutoAckConsumerDemo.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/DropwizardMetricsDemo.scala b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/DropwizardMetricsDemo.scala index 4388ef33..f2bf9f7f 100644 --- a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/DropwizardMetricsDemo.scala +++ b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/DropwizardMetricsDemo.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/IOAckerConsumer.scala b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/IOAckerConsumer.scala index eb5032a4..80fde47e 100644 --- a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/IOAckerConsumer.scala +++ b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/IOAckerConsumer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/MonixAutoAckConsumer.scala b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/MonixAutoAckConsumer.scala index 1a213c22..ba9b5fba 100644 --- a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/MonixAutoAckConsumer.scala +++ b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/MonixAutoAckConsumer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/RPCDemo.scala b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/RPCDemo.scala index 79a87d90..cf898674 100644 --- a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/RPCDemo.scala +++ b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/RPCDemo.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/ZIOAutoAckConsumer.scala b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/ZIOAutoAckConsumer.scala index e02efc7a..ad587d85 100644 --- a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/ZIOAutoAckConsumer.scala +++ b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/ZIOAutoAckConsumer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/package.scala b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/package.scala index 3ad011bc..ff8c6452 100644 --- a/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/package.scala +++ b/examples/src/main/scala/dev/profunktor/fs2rabbit/examples/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/json-circe/src/main/scala/dev/profunktor/fs2rabbit/json/Fs2JsonDecoder.scala b/json-circe/src/main/scala/dev/profunktor/fs2rabbit/json/Fs2JsonDecoder.scala index 942bcea9..b81cc3cb 100644 --- a/json-circe/src/main/scala/dev/profunktor/fs2rabbit/json/Fs2JsonDecoder.scala +++ b/json-circe/src/main/scala/dev/profunktor/fs2rabbit/json/Fs2JsonDecoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/json-circe/src/main/scala/dev/profunktor/fs2rabbit/json/Fs2JsonEncoder.scala b/json-circe/src/main/scala/dev/profunktor/fs2rabbit/json/Fs2JsonEncoder.scala index ff947c28..22bc09a5 100644 --- a/json-circe/src/main/scala/dev/profunktor/fs2rabbit/json/Fs2JsonEncoder.scala +++ b/json-circe/src/main/scala/dev/profunktor/fs2rabbit/json/Fs2JsonEncoder.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/json-circe/src/test/scala/dev/profunktor/fs2rabbit/json/Fs2JsonDecoderSpec.scala b/json-circe/src/test/scala/dev/profunktor/fs2rabbit/json/Fs2JsonDecoderSpec.scala index 892621a5..0fab0337 100644 --- a/json-circe/src/test/scala/dev/profunktor/fs2rabbit/json/Fs2JsonDecoderSpec.scala +++ b/json-circe/src/test/scala/dev/profunktor/fs2rabbit/json/Fs2JsonDecoderSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/json-circe/src/test/scala/dev/profunktor/fs2rabbit/json/Fs2JsonEncoderSpec.scala b/json-circe/src/test/scala/dev/profunktor/fs2rabbit/json/Fs2JsonEncoderSpec.scala index 872ef00f..6e7e953e 100644 --- a/json-circe/src/test/scala/dev/profunktor/fs2rabbit/json/Fs2JsonEncoderSpec.scala +++ b/json-circe/src/test/scala/dev/profunktor/fs2rabbit/json/Fs2JsonEncoderSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ad92d851..fe76c396 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import sbt._ object Dependencies { object Version { - val cats = "2.10.0" + val cats = "2.12.0" val catsEffect = "3.5.7" val fs2 = "3.11.0" val circe = "0.14.10" diff --git a/testkit/src/main/scala/dev/profunktor/fs2rabbit/testkit/package.scala b/testkit/src/main/scala/dev/profunktor/fs2rabbit/testkit/package.scala index 4311d93c..80036d09 100644 --- a/testkit/src/main/scala/dev/profunktor/fs2rabbit/testkit/package.scala +++ b/testkit/src/main/scala/dev/profunktor/fs2rabbit/testkit/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/src/test/scala/dev/profunktor/fs2rabbit/BaseSpec.scala b/tests/src/test/scala/dev/profunktor/fs2rabbit/BaseSpec.scala index 41eca81f..effcf1db 100644 --- a/tests/src/test/scala/dev/profunktor/fs2rabbit/BaseSpec.scala +++ b/tests/src/test/scala/dev/profunktor/fs2rabbit/BaseSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/src/test/scala/dev/profunktor/fs2rabbit/interpreter/Fs2RabbitSpec.scala b/tests/src/test/scala/dev/profunktor/fs2rabbit/interpreter/Fs2RabbitSpec.scala index 82e07e34..b9d983bb 100644 --- a/tests/src/test/scala/dev/profunktor/fs2rabbit/interpreter/Fs2RabbitSpec.scala +++ b/tests/src/test/scala/dev/profunktor/fs2rabbit/interpreter/Fs2RabbitSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/src/test/scala/dev/profunktor/fs2rabbit/interpreter/RabbitSuite.scala b/tests/src/test/scala/dev/profunktor/fs2rabbit/interpreter/RabbitSuite.scala index e87bbbce..72e2b73f 100644 --- a/tests/src/test/scala/dev/profunktor/fs2rabbit/interpreter/RabbitSuite.scala +++ b/tests/src/test/scala/dev/profunktor/fs2rabbit/interpreter/RabbitSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/CommutativeSemigroupInstancesSpec.scala b/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/CommutativeSemigroupInstancesSpec.scala index dc851d19..00b955ba 100644 --- a/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/CommutativeSemigroupInstancesSpec.scala +++ b/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/CommutativeSemigroupInstancesSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/EqInstancesSpec.scala b/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/EqInstancesSpec.scala index 2df0c287..567b723d 100644 --- a/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/EqInstancesSpec.scala +++ b/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/EqInstancesSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/OrderInstancesSpec.scala b/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/OrderInstancesSpec.scala index eb2da152..b94a136e 100644 --- a/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/OrderInstancesSpec.scala +++ b/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/OrderInstancesSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/TraverseInstancesSpec.scala b/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/TraverseInstancesSpec.scala index 5e7518e5..5407a97e 100644 --- a/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/TraverseInstancesSpec.scala +++ b/tests/src/test/scala/dev/profunktor/fs2rabbit/laws/TraverseInstancesSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tests/src/test/scala/dev/profunktor/fs2rabbit/resiliency/ResilientStreamSpec.scala b/tests/src/test/scala/dev/profunktor/fs2rabbit/resiliency/ResilientStreamSpec.scala index dc1b682f..25932e7d 100644 --- a/tests/src/test/scala/dev/profunktor/fs2rabbit/resiliency/ResilientStreamSpec.scala +++ b/tests/src/test/scala/dev/profunktor/fs2rabbit/resiliency/ResilientStreamSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 ProfunKtor + * Copyright 2017-2025 ProfunKtor * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.