Skip to content

Commit 42eb1b2

Browse files
committed
Merge remote-tracking branch 'origin/2.12.x' into merge-2.12-to-2.13-20250106
2 parents fb8da46 + 9bc5048 commit 42eb1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/util/Properties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private[scala] trait PropertiesTrait {
9292
/** A verbose alternative to [[versionNumberString]].
9393
*/
9494
val versionString = s"version ${scalaPropOrElse("version.number", "(unknown)")}"
95-
val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2024, LAMP/EPFL and Lightbend, Inc. dba Akka")
95+
val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2025, LAMP/EPFL and Lightbend, Inc. dba Akka")
9696

9797
/** This is the encoding to use reading in source files, overridden with -encoding.
9898
* Note that it uses "prop" i.e. looks in the scala jar, not the system properties.

0 commit comments

Comments
 (0)