Skip to content

Commit

Permalink
Update scala-reflect to 2.13.15 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 3, 2024
1 parent dec7923 commit e805f2e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy val buildInfoSettings: Seq[Setting[?]] = {
}

lazy val scala3Version = "3.3.4"
lazy val scala213Version = "2.13.14"
lazy val scala213Version = "2.13.15"
lazy val sbtPluginScalaVersion = "2.12.20"

lazy val scalaVersions = Seq(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val root = (project in file("."))
.settings(
scalaVersion := "3.3.1",
scalacOptions += "-Xsource:3",
crossScalaVersions := Seq("3.3.1", "2.12.20", "2.13.14"),
crossScalaVersions := Seq("3.3.1", "2.12.20", "2.13.15"),
libraryDependencies ++= Seq(
"com.siriusxm" %% "snapshot4s-weaver" % snapshot4sVersion % Test,
"com.siriusxm" %% "snapshot4s-scalatest" % snapshot4sVersion % Test,
Expand Down
2 changes: 1 addition & 1 deletion modules/plugin/src/sbt-test/sbt-snapshot4s/munit/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import snapshot4s.BuildInfo.snapshot4sVersion
lazy val root = (project in file("."))
.settings(
scalaVersion := "3.3.1",
crossScalaVersions := Seq("3.3.1", "2.12.20", "2.13.14"),
crossScalaVersions := Seq("3.3.1", "2.12.20", "2.13.15"),
scalacOptions += "-Xsource:3",
libraryDependencies += "com.siriusxm" %% "snapshot4s-munit" % snapshot4sVersion % Test
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import snapshot4s.BuildInfo.snapshot4sVersion

lazy val scala3Version = "3.4.2"
lazy val scala213Version = "2.13.14"
lazy val scala213Version = "2.13.15"
lazy val scala212Version = "2.12.20"
lazy val scalaVersions = Seq(scala3Version, scala213Version, scala212Version)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val root = (project in file("."))
.settings(
scalaVersion := "3.3.1",
scalacOptions += "-Xsource:3",
crossScalaVersions := Seq("3.3.1", "2.12.20", "2.13.14"),
crossScalaVersions := Seq("3.3.1", "2.12.20", "2.13.15"),
libraryDependencies += "com.siriusxm" %% "snapshot4s-weaver" % snapshot4sVersion % Test
)
.enablePlugins(Snapshot4sPlugin)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val root = (project in file("."))
.settings(
scalaVersion := "3.3.1",
scalacOptions += "-Xsource:3",
crossScalaVersions := Seq("3.3.1", "2.12.20", "2.13.14"),
crossScalaVersions := Seq("3.3.1", "2.12.20", "2.13.15"),
libraryDependencies ++= Seq(
"com.siriusxm" %% "snapshot4s-scalatest" % snapshot4sVersion % Test,
"org.scalatest" %% "scalatest" % "3.2.19" % Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val root = (project in file("."))
.settings(
scalaVersion := "3.3.1",
scalacOptions += "-Xsource:3",
crossScalaVersions := Seq("3.3.1", "2.12.20", "2.13.14"),
crossScalaVersions := Seq("3.3.1", "2.12.20", "2.13.15"),
libraryDependencies += "com.siriusxm" %% "snapshot4s-weaver" % snapshot4sVersion % Test
)
.enablePlugins(Snapshot4sPlugin)

0 comments on commit e805f2e

Please sign in to comment.