Skip to content

Commit

Permalink
Update scala-library to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 27, 2024
1 parent b6c8cfc commit 253750d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: true
matrix:
java: [ 8 ]
scala: [ 2.12.15, 2.13.8 ]
scala: [ 2.12.19, 2.13.8 ]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: true
matrix:
java: [8]
scala: [2.12.15]
scala: [2.12.19]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ lazy val commonDependencies = Seq(
)

ThisBuild / scalaVersion := "2.13.8"
ThisBuild / crossScalaVersions := List("2.12.15", "2.13.8")
ThisBuild / crossScalaVersions := List("2.12.19", "2.13.8")

lazy val monixKafka = project.in(file("."))
.settings(sharedSettings)
Expand Down Expand Up @@ -202,7 +202,7 @@ lazy val benchmarks = project.in(file("benchmarks"))
scalacOptions += "-Ypartial-unification",
name := "benchmarks",
organization := "io.monix",
scalaVersion := "2.12.15",
scalaVersion := "2.12.19",
libraryDependencies ++= Seq("org.scala-lang.modules" %% "scala-collection-compat" % "2.3.2")
)
.enablePlugins(JmhPlugin)
Expand Down

0 comments on commit 253750d

Please sign in to comment.