Skip to content

Commit

Permalink
Upgrade cross scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-bielski committed Mar 6, 2024
1 parent 54c3b92 commit ea0b083
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
scala:
- 2.13.12
- 2.12.18
- 3.3.1
- 2.13.13
- 2.12.19
- 3.3.3

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lazy val commonSettings = Seq(
organizationName := "Evolution",
organizationHomepage := Some(url("http://evolution.com")),
scalaVersion := crossScalaVersions.value.head,
crossScalaVersions := Seq("2.13.12", "3.3.1", "2.12.18"),
crossScalaVersions := Seq("2.13.13", "3.3.3", "2.12.19"),
Compile / doc / scalacOptions ++= Seq("-groups", "-implicits", "-no-link-warnings"),
publishTo := Some(Resolver.evolutionReleases),
licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT"))),
Expand Down

0 comments on commit ea0b083

Please sign in to comment.