Skip to content

Commit

Permalink
Merge pull request #327 from scala-steward/update/9.0.x/patches
Browse files Browse the repository at this point in the history
[9.0.x] Patch updates
  • Loading branch information
mkurz authored May 5, 2024
2 parents eb70f84 + b35b169 commit a93f373
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lazy val `play-mailer` = (project in file("play-mailer"))
libraryDependencies ++= Seq(
"javax.inject" % "javax.inject" % "1",
"com.typesafe" % "config" % "1.4.3",
"org.slf4j" % "slf4j-api" % "2.0.12",
"org.slf4j" % "slf4j-api" % "2.0.13",
"org.apache.commons" % "commons-email" % "1.5",
"com.typesafe.play" %% "play" % Dependencies.PlayVersion % Test,
"com.typesafe.play" %% "play-specs2" % Dependencies.PlayVersion % Test
Expand Down
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.13"
val Scala213 = "2.13.14"
val Scala3 = "3.3.3"
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.13"
scalaVersion := "2.13.14"

crossScalaVersions := Seq("2.13.13", "3.3.3")
crossScalaVersions := Seq("2.13.14", "3.3.3")

libraryDependencies ++= Seq(
"com.typesafe.play" %% "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.13"
scalaVersion := "2.13.14"

crossScalaVersions := Seq("2.13.13", "3.3.3")
crossScalaVersions := Seq("2.13.14", "3.3.3")

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

0 comments on commit a93f373

Please sign in to comment.