From b43ff0a0b3c1cab653ac6409d6b798faa4cd4997 Mon Sep 17 00:00:00 2001 From: Aly Date: Thu, 21 Mar 2024 12:24:18 -0700 Subject: [PATCH] Old man yells at SBT --- build.sbt | 8 +++++--- core/jvm/src/main/scala/tf/bug/dirs/WindowsPlatform.scala | 2 +- .../src/main/scala/tf/bug/dirs/WindowsPlatform.scala | 2 +- core/shared/src/main/scala/tf/bug/dirs/Dirs.scala | 2 +- core/shared/src/main/scala/tf/bug/dirs/Windows.scala | 2 +- core/shared/src/test/scala/tf/bug/dirs/DirsSuite.scala | 2 +- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/build.sbt b/build.sbt index 3205505..02e11ba 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,6 @@ ThisBuild / tlBaseVersion := "0.0" // your current series x.y ThisBuild / organization := "tf.bug" ThisBuild / organizationName := "Aly Cerruti" ThisBuild / startYear := Some(2023) -ThisBuild / headerEndYear := Some(2024) ThisBuild / licenses := Seq(License.Apache2) ThisBuild / developers := List( // your GitHub handle and name @@ -36,7 +35,10 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) name := "dirs", libraryDependencies ++= Seq( "org.scalameta" %%% "munit" % "1.0.0-M11" % Test, - ) + ), + headerEndYear := Some(2024) ) -lazy val docs = project.in(file("site")).enablePlugins(TypelevelSitePlugin) +lazy val docs = project.in(file("site")) + .settings(headerEndYear := Some(2024)) + .enablePlugins(TypelevelSitePlugin) diff --git a/core/jvm/src/main/scala/tf/bug/dirs/WindowsPlatform.scala b/core/jvm/src/main/scala/tf/bug/dirs/WindowsPlatform.scala index 1083a98..a414a2e 100644 --- a/core/jvm/src/main/scala/tf/bug/dirs/WindowsPlatform.scala +++ b/core/jvm/src/main/scala/tf/bug/dirs/WindowsPlatform.scala @@ -1,5 +1,5 @@ /* - * Copyright 2024 Aly Cerruti + * Copyright 2023-2024 Aly Cerruti * * 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/native/src/main/scala/tf/bug/dirs/WindowsPlatform.scala b/core/native/src/main/scala/tf/bug/dirs/WindowsPlatform.scala index 91e53fd..e481145 100644 --- a/core/native/src/main/scala/tf/bug/dirs/WindowsPlatform.scala +++ b/core/native/src/main/scala/tf/bug/dirs/WindowsPlatform.scala @@ -1,5 +1,5 @@ /* - * Copyright 2024 Aly Cerruti + * Copyright 2023-2024 Aly Cerruti * * 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/shared/src/main/scala/tf/bug/dirs/Dirs.scala b/core/shared/src/main/scala/tf/bug/dirs/Dirs.scala index 0817a98..fac0310 100644 --- a/core/shared/src/main/scala/tf/bug/dirs/Dirs.scala +++ b/core/shared/src/main/scala/tf/bug/dirs/Dirs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2024 Aly Cerruti + * Copyright 2023-2024 Aly Cerruti * * 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/shared/src/main/scala/tf/bug/dirs/Windows.scala b/core/shared/src/main/scala/tf/bug/dirs/Windows.scala index e5d0d15..d81d798 100644 --- a/core/shared/src/main/scala/tf/bug/dirs/Windows.scala +++ b/core/shared/src/main/scala/tf/bug/dirs/Windows.scala @@ -1,5 +1,5 @@ /* - * Copyright 2024 Aly Cerruti + * Copyright 2023-2024 Aly Cerruti * * 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/shared/src/test/scala/tf/bug/dirs/DirsSuite.scala b/core/shared/src/test/scala/tf/bug/dirs/DirsSuite.scala index 80a546e..885f709 100644 --- a/core/shared/src/test/scala/tf/bug/dirs/DirsSuite.scala +++ b/core/shared/src/test/scala/tf/bug/dirs/DirsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2024 Aly Cerruti + * Copyright 2023-2024 Aly Cerruti * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.