Skip to content

Commit

Permalink
Merge pull request playframework#828 from scala-steward/update/2.0.x/…
Browse files Browse the repository at this point in the history
…patches

[2.0.x] Patch updates
  • Loading branch information
mkurz authored Nov 4, 2024
2 parents de1f4f2 + bed8d2c commit 995d567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

object Dependencies {
val Scala212 = "2.12.19"
val Scala212 = "2.12.20"
val Scala213 = "2.13.14"
val Scala3 = "3.3.3"
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")

// For the Cross Build
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
Expand Down

0 comments on commit 995d567

Please sign in to comment.