We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb8da46 + 9bc5048 commit 42eb1b2Copy full SHA for 42eb1b2
library/src/scala/util/Properties.scala
@@ -92,7 +92,7 @@ private[scala] trait PropertiesTrait {
92
/** A verbose alternative to [[versionNumberString]].
93
*/
94
val versionString = s"version ${scalaPropOrElse("version.number", "(unknown)")}"
95
- val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2024, LAMP/EPFL and Lightbend, Inc. dba Akka")
+ val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2025, LAMP/EPFL and Lightbend, Inc. dba Akka")
96
97
/** This is the encoding to use reading in source files, overridden with -encoding.
98
* Note that it uses "prop" i.e. looks in the scala jar, not the system properties.
0 commit comments