Skip to content

Commit

Permalink
Merge pull request #385 from scala-steward/update/10.1.x/patches
Browse files Browse the repository at this point in the history
[10.1.x] Patch updates
  • Loading branch information
mkurz authored Jan 19, 2025
2 parents 1a3b265 + b64fcba commit e48a330
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.6
sbt.version=1.10.7
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
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
2 changes: 1 addition & 1 deletion samples/compile-timeDI/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.6
sbt.version=1.10.7
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
2 changes: 1 addition & 1 deletion samples/runtimeDI/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.6
sbt.version=1.10.7

0 comments on commit e48a330

Please sign in to comment.