diff --git a/laws/shared/src/test/scala/cats/effect/kernel/ResourceSuite.scala b/laws/shared/src/test/scala/cats/effect/kernel/ResourceSuite.scala index 5ccb4eaedd..87cb7792a6 100644 --- a/laws/shared/src/test/scala/cats/effect/kernel/ResourceSuite.scala +++ b/laws/shared/src/test/scala/cats/effect/kernel/ResourceSuite.scala @@ -1,3 +1,19 @@ +/* + * Copyright 2020-2025 Typelevel + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package cats package effect package kernel diff --git a/project/plugins.sbt b/project/plugins.sbt index 2c8788a48c..416647463f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1" -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.6") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.11")