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 f5f9f46 commit 76419c6
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 @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
java: [8, 11]
scala: [2.12.17, 2.13.8, 3.1.2]
scala: [2.12.17, 2.13.14, 3.1.2]
exclude:
- java: 8
scala: 2.13.1
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
java: [ 8 ]
scala: [ 2.12.11, 2.13.8 ]
scala: [ 2.12.11, 2.13.14 ]

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 @@ -21,8 +21,8 @@ skip in publish := true //required by sbt-ci-release

def sharedSettings(publishForScala3: Boolean= true) = {
Seq(
scalaVersion := "2.13.8",
crossScalaVersions := Seq("2.12.17", "2.13.8") ++ (if (publishForScala3) Seq("3.1.2") else Seq.empty)
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.12.17", "2.13.14") ++ (if (publishForScala3) Seq("3.1.2") else Seq.empty)
,
publishArtifact := (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) => publishForScala3
Expand Down

0 comments on commit 76419c6

Please sign in to comment.