Skip to content

Commit

Permalink
Update to Scala 2.12.17 (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1kkurat committed Apr 25, 2023
1 parent db5ce37 commit 3d72c03
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.10
- 2.12.14
- 2.12.17

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 @@ -8,7 +8,7 @@ lazy val commonSettings = Seq(
organizationHomepage := Some(url("https://evolution.com")),
publishTo := Some(Resolver.evolutionReleases),
scalaVersion := crossScalaVersions.value.head,
crossScalaVersions := Seq("2.13.10", "2.12.14"),
crossScalaVersions := Seq("2.13.10", "2.12.17"),
licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT"))),
releaseCrossBuild := true,
testFrameworks += new TestFramework("munit.Framework"),
Expand Down

0 comments on commit 3d72c03

Please sign in to comment.