Remove invalid comment

This commit is contained in:
Matthew de Detrich 2023-11-03 08:59:25 +01:00 committed by Matthew de Detrich
parent dd968770b8
commit 9c19c91bed

View file

@ -37,8 +37,6 @@ object Dependencies {
val scala212Version = "2.12.18"
val scala213Version = "2.13.12"
// To get the fix for https://github.com/lampepfl/dotty/issues/13106
// and restored static forwarders
val scala3Version = "3.3.1"
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)