File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import sbt._
22
33object Dependencies {
44 // scalaVersion needs to be kept in sync with ci
5- val Scala213 = " 2.13.17 "
5+ val Scala213 = " 2.13.18 "
66 val Scala3 = " 3.3.7"
77 val ScalaVersions = Seq (Scala213 , Scala3 )
88
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ ThisBuild / dynverVTagPrefix := false
77
88ThisBuild / dynverSonatypeSnapshots := true
99
10- scalaVersion := " 2.13.17 "
10+ scalaVersion := " 2.13.18 "
1111
12- crossScalaVersions := Seq (" 2.13.17 " , " 3.3.4" )
12+ crossScalaVersions := Seq (" 2.13.18 " , " 3.3.4" )
1313
1414libraryDependencies ++= Seq (
1515 " com.typesafe.play" %% " play-mailer" % version.value,
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ ThisBuild / dynverVTagPrefix := false
77
88ThisBuild / dynverSonatypeSnapshots := true
99
10- scalaVersion := " 2.13.17 "
10+ scalaVersion := " 2.13.18 "
1111
12- crossScalaVersions := Seq (" 2.13.17 " , " 3.3.4" )
12+ crossScalaVersions := Seq (" 2.13.18 " , " 3.3.4" )
1313
1414libraryDependencies ++= Seq (
1515 " com.typesafe.play" %% " play-mailer-guice" % version.value,
You can’t perform that action at this time.
0 commit comments