Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scala-reflect to 2.13.16 #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.15"
lazy val scala213Version = "2.13.16"
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.15"),
crossScalaVersions := Seq("3.3.1", "2.12.20", "2.13.16"),
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.15"),
crossScalaVersions := Seq("3.3.1", "2.12.20", "2.13.16"),
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.15"
lazy val scala213Version = "2.13.16"
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.15"),
crossScalaVersions := Seq("3.3.1", "2.12.20", "2.13.16"),
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.15"),
crossScalaVersions := Seq("3.3.1", "2.12.20", "2.13.16"),
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.15"),
crossScalaVersions := Seq("3.3.1", "2.12.20", "2.13.16"),
libraryDependencies += "com.siriusxm" %% "snapshot4s-weaver" % snapshot4sVersion % Test
)
.enablePlugins(Snapshot4sPlugin)