Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent e567f07 commit 9c9613f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
java-version: 11
- name: Check formatting
if: matrix.scala == '2.13.5'
if: matrix.scala == '2.13.14'
run: sbt ++${{ matrix.scala }} scalafmtCheckAll
- name: Run tests
env:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy val docs = project
.enablePlugins(MdocPlugin)

lazy val commonSettings = Seq(
scalaVersion := "2.13.5",
scalaVersion := "2.13.14",
crossScalaVersions := List(scalaVersion.value, "2.12.12"),
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, n)) if n >= 13 => Seq("-Ymacro-annotations")
Expand Down

0 comments on commit 9c9613f

Please sign in to comment.