Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.13.11 (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: Grigory <gr.pomadchin@gmail.com>
  • Loading branch information
scala-steward and pomadchin authored Jun 9, 2023
1 parent 2c7a01f commit 815096b
Show file tree
Hide file tree
Showing 6 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
@@ -1,6 +1,6 @@
import scala.sys.process._

val scalaVersions = Seq("3.3.0", "2.13.10", "2.12.18", "2.11.12")
val scalaVersions = Seq("3.3.0", "2.13.11", "2.12.18", "2.11.12")
val macrosParadiseVersion = "2.1.1"

ThisBuild / versionScheme := Some("semver-spec")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object ScriptedHelper extends AutoPlugin {

override def projectSettings = Seq(
scalacOptions ++= Seq("-feature", "-deprecation"),
crossScalaVersions := Seq("2.13.10", "2.12.14"),
crossScalaVersions := Seq("2.13.11", "2.12.14"),
scalaVersion := crossScalaVersions.value.head
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object ScriptedHelper extends AutoPlugin {

override def projectSettings = Seq(
scalacOptions ++= Seq("-feature", "-deprecation"),
crossScalaVersions := Seq("2.13.10", "2.12.18"),
crossScalaVersions := Seq("2.13.11", "2.12.18"),
scalaVersion := crossScalaVersions.value.head
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object ScriptedHelper extends AutoPlugin {

override def projectSettings = Seq(
scalacOptions ++= Seq("-feature", "-deprecation"),
crossScalaVersions := Seq("2.13.10", "2.12.18"),
crossScalaVersions := Seq("2.13.11", "2.12.18"),
scalaVersion := crossScalaVersions.value.head
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object ScriptedHelper extends AutoPlugin {

override def projectSettings = Seq(
scalacOptions ++= Seq("-feature", "-deprecation"),
crossScalaVersions := Seq("3.3.0", "2.13.10", "2.12.18"),
crossScalaVersions := Seq("3.3.0", "2.13.11", "2.12.18"),
scalaVersion := crossScalaVersions.value.head
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object ScriptedHelper extends AutoPlugin {

override def projectSettings = Seq(
scalacOptions ++= Seq("-feature", "-deprecation"),
crossScalaVersions := Seq("2.13.10", "2.12.18"),
crossScalaVersions := Seq("2.13.11", "2.12.18"),
scalaVersion := crossScalaVersions.value.head
)

Expand Down

0 comments on commit 815096b

Please sign in to comment.