Skip to content

Commit

Permalink
Merge pull request #386 from mkurz/scala_2.13.16
Browse files Browse the repository at this point in the history
Scala 2.13.16
  • Loading branch information
mkurz authored Jan 27, 2025
2 parents 37c6838 + 9fee8d0 commit 0672800
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
// scalaVersion needs to be kept in sync with ci
val Scala213 = "2.13.15"
val Scala213 = "2.13.16"
val Scala3 = "3.3.4"
val ScalaVersions = Seq(Scala213, Scala3)

Expand Down
4 changes: 2 additions & 2 deletions samples/compile-timeDI/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ThisBuild / dynverVTagPrefix := false

ThisBuild / dynverSonatypeSnapshots := true

scalaVersion := "2.13.15"
scalaVersion := "2.13.16"

crossScalaVersions := Seq("2.13.15", "3.3.4")
crossScalaVersions := Seq("2.13.16", "3.3.4")

libraryDependencies ++= Seq(
"org.playframework" %% "play-mailer" % version.value,
Expand Down
4 changes: 2 additions & 2 deletions samples/runtimeDI/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ThisBuild / dynverVTagPrefix := false

ThisBuild / dynverSonatypeSnapshots := true

scalaVersion := "2.13.15"
scalaVersion := "2.13.16"

crossScalaVersions := Seq("2.13.15", "3.3.4")
crossScalaVersions := Seq("2.13.16", "3.3.4")

libraryDependencies ++= Seq(
"org.playframework" %% "play-mailer-guice" % version.value,
Expand Down

0 comments on commit 0672800

Please sign in to comment.