Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.12.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 15, 2022
1 parent fe374ce commit 1284ce1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scala: [2.12.11, 2.13.2]
scala: [2.12.17, 2.13.2]
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scala: [2.12.11, 2.13.2]
scala: [2.12.17, 2.13.2]
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v5
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazy val buildSettings = inThisBuild(
)

lazy val coreSettings = Seq(
crossScalaVersions := scalaVersion.value :: "2.12.11" :: Nil,
crossScalaVersions := scalaVersion.value :: "2.12.17" :: Nil,
libraryDependencies ++= Seq(
scalaOrganization.value % "scala-reflect" % scalaVersion.value % "provided",
"com.chuusai" %%% "shapeless" % "2.3.3",
Expand Down

0 comments on commit 1284ce1

Please sign in to comment.