This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new ab3e233c4 Update Scala 2.12 version
ab3e233c4 is described below
commit ab3e233c428bf36ffe38ec85d6545a81eb4e3422
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Mar 20 15:06:24 2023 +0100
Update Scala 2.12 version
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index cf4742c21..2524c3d73 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -34,7 +34,7 @@ object Dependencies {
val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab
from plugin
- val scala212Version = "2.12.15"
+ val scala212Version = "2.12.17"
val scala213Version = "2.13.10"
val allScalaVersions = Seq(scala213Version, scala212Version)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]