Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 13, 2023
1 parent b6c8cfc commit 3802e20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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.15, 2.13.12 ]

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 @@ -151,8 +151,8 @@ lazy val commonDependencies = Seq(
"org.scalacheck" %% "scalacheck" % "1.15.2" % "test")
)

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

lazy val monixKafka = project.in(file("."))
.settings(sharedSettings)
Expand Down

0 comments on commit 3802e20

Please sign in to comment.