Skip to content

Commit

Permalink
Bump scalac
Browse files Browse the repository at this point in the history
  • Loading branch information
vilunov committed Sep 30, 2024
1 parent 558c04b commit 8994a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
scala:
- 2.13.15
- 2.12.15
- 2.12.20

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ val commonSettings = Seq(
organizationName := "Evolution",
organizationHomepage := Some(url("http://evolution.com")),
scalaVersion := crossScalaVersions.value.head,
crossScalaVersions := Seq("2.13.15", "2.12.15"),
crossScalaVersions := Seq("2.13.15", "2.12.20"),
releaseCrossBuild := true,
licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT"))),
publishTo := Some(Resolver.evolutionReleases),
Expand Down

0 comments on commit 8994a8b

Please sign in to comment.