Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 30, 2024
1 parent 43b58c1 commit 354f779
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
scalaVersion: ["2.13.12", "3.3.4"]
scalaVersion: ["2.13.15", "3.3.4"]
runs-on: ubuntu-22.04

steps:
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ inThisBuild(
)

lazy val commonSettings = Seq(
crossScalaVersions := Seq("2.13.12", "3.3.4"),
scalaVersion := "2.13.12",
crossScalaVersions := Seq("2.13.15", "3.3.4"),
scalaVersion := "2.13.15",
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) => Seq.empty
case _ =>
Expand Down Expand Up @@ -110,7 +110,7 @@ lazy val rx = project
.settings(commonSettings)
.settings(
name := "colibri-rx",
crossScalaVersions := Seq("2.13.12"), // no scala3, because scala.rx uses scala2 macros
crossScalaVersions := Seq("2.13.15"), // no scala3, because scala.rx uses scala2 macros
libraryDependencies ++= Seq(
"com.lihaoyi" %% "scalarx" % "0.4.3",
),
Expand Down

0 comments on commit 354f779

Please sign in to comment.