Skip to content

Commit

Permalink
Update the copyright year (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
matejcerny committed May 27, 2024
1 parent 3e54a07 commit adf1d5b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dependencies._
import microsites.ExtraMdFileConfig

ThisBuild / name := """fs2-rabbit"""
ThisBuild / name := "fs2-rabbit"
ThisBuild / scalaVersion := "2.13.12"
ThisBuild / crossScalaVersions := List("2.12.18", "2.13.12", "3.3.1")
ThisBuild / versionScheme := Some("semver-spec")
Expand Down Expand Up @@ -92,10 +92,10 @@ def TestsDependencies(scalaVersionStr: String): List[ModuleID] =
)

lazy val noPublish = List(
publish := {},
publishLocal := {},
publishArtifact := false,
publish / skip := true,
publish := {},
publishLocal := {},
publishArtifact := false,
publish / skip := true,
crossScalaVersions := Nil
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017-2023 ProfunKtor
* Copyright 2017-2024 ProfunKtor
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017-2023 ProfunKtor
* Copyright 2017-2024 ProfunKtor
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit adf1d5b

Please sign in to comment.