Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 8, 2023
1 parent 32de031 commit 4aa2534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
scalaVersion: ["2.12.15", "2.13.8"]
scalaVersion: ["2.12.18", "2.13.8"]
runs-on: ubuntu-20.04

steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{ crossProject, CrossType }

val monocleVersion = "2.0.4"
val acyclicVersion = "0.2.0"
val crossScalaVersionList = Seq("2.12.15", "2.13.8")
val crossScalaVersionList = Seq("2.12.18", "2.13.8")

val sharedSettings = Seq(
crossScalaVersions := crossScalaVersionList,
Expand Down

0 comments on commit 4aa2534

Please sign in to comment.