Skip to content

Commit adf1d5b

Browse files
authored
Update the copyright year (#954)
1 parent 3e54a07 commit adf1d5b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Dependencies._
22
import microsites.ExtraMdFileConfig
33

4-
ThisBuild / name := """fs2-rabbit"""
4+
ThisBuild / name := "fs2-rabbit"
55
ThisBuild / scalaVersion := "2.13.12"
66
ThisBuild / crossScalaVersions := List("2.12.18", "2.13.12", "3.3.1")
77
ThisBuild / versionScheme := Some("semver-spec")
@@ -92,10 +92,10 @@ def TestsDependencies(scalaVersionStr: String): List[ModuleID] =
9292
)
9393

9494
lazy val noPublish = List(
95-
publish := {},
96-
publishLocal := {},
97-
publishArtifact := false,
98-
publish / skip := true,
95+
publish := {},
96+
publishLocal := {},
97+
publishArtifact := false,
98+
publish / skip := true,
9999
crossScalaVersions := Nil
100100
)
101101

core/src/main/scala-2.12/dev/profunktor/fs2rabbit/javaConversion.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-2023 ProfunKtor
2+
* Copyright 2017-2024 ProfunKtor
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

core/src/main/scala-3/dev/profunktor/fs2rabbit/javaConversion.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-2023 ProfunKtor
2+
* Copyright 2017-2024 ProfunKtor
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)