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 04bf445 commit 558c04b
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 @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
scala:
- 2.13.14
- 2.13.15
- 2.12.15

steps:
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.14", "2.12.15"),
crossScalaVersions := Seq("2.13.15", "2.12.15"),
releaseCrossBuild := true,
licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT"))),
publishTo := Some(Resolver.evolutionReleases),
Expand Down

0 comments on commit 558c04b

Please sign in to comment.