diff --git a/NOTICE b/NOTICE index 2aa9fb0f..2c858ca2 100644 --- a/NOTICE +++ b/NOTICE @@ -1,10 +1,10 @@ scala-collection-compat -Copyright (c) 2002-2024 EPFL -Copyright (c) 2011-2024 Lightbend, Inc. dba Akka +Copyright (c) 2002-2025 EPFL +Copyright (c) 2011-2025 Lightbend, Inc. dba Akka Scala includes software developed at LAMP/EPFL (https://lamp.epfl.ch/) and -Akka (https://akka.io/) +Akka (https://akka.io/). Licensed under the Apache License, Version 2.0 (the "License"). Unless required by applicable law or agreed to in writing, software diff --git a/build.sbt b/build.sbt index 9bde30bc..866ceebe 100644 --- a/build.sbt +++ b/build.sbt @@ -52,7 +52,7 @@ lazy val junit = libraryDependencies += "com.github.sbt" % "junit-interface" % " lazy val scala211 = "2.11.12" lazy val scala212 = "2.12.19" lazy val scala213 = "2.13.13" -lazy val scala3 = "3.3.3" +lazy val scala3 = "3.3.4" lazy val compat = new MultiScalaCrossProject( "compat",