pjfanning commented on code in PR #808:
URL: https://github.com/apache/pekko-http/pull/808#discussion_r2394374223
##########
project/Dependencies.scala:
##########
@@ -33,10 +33,9 @@ object Dependencies {
val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab
from plugin
- val scala212Version = "2.12.20"
- val scala213Version = "2.13.16"
+ val scala213Version = "2.13.17"
val scala3Version = "3.3.6"
- val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)
+ val allScalaVersions = Seq(scala213Version, scala3Version)
Review Comment:
I'll fix this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]