Skip to content

Commit

Permalink
Merge pull request #313 from scala-steward/update/2.3.x/patches
Browse files Browse the repository at this point in the history
[2.3.x] Patch updates
  • Loading branch information
mkurz authored Apr 28, 2024
2 parents af77b4b + 67f3715 commit 6919214
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import sbt._

object Dependencies {
val Scala212 = "2.12.18"
val Scala213 = "2.13.12"
val Scala3 = "3.3.1"
val Scala212 = "2.12.19"
val Scala213 = "2.13.13"
val Scala3 = "3.3.3"

val ScalaVersions = Seq(Scala212, Scala213, Scala3)

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
#
sbt.version=1.9.8
sbt.version=1.9.9

0 comments on commit 6919214

Please sign in to comment.