Skip to content

Commit

Permalink
Update scala-library to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
slick-scala-steward[bot] committed Sep 4, 2024
1 parent a7f7c96 commit 6f7a280
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.10]
scala: [2.12.20, 2.13.10]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17]
scala: [2.12.20]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ mergifyExtraConditions := Seq(
inThisBuild(Seq(
organization := "com.rms.miu",

scalaVersion := "2.12.17",
crossScalaVersions := Seq("2.12.17", "2.13.10"),
scalaVersion := "2.12.20",
crossScalaVersions := Seq("2.12.20", "2.13.10"),

scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit 6f7a280

Please sign in to comment.