Skip to content

Commit

Permalink
Update scala-library to 2.12.17 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 19, 2022
1 parent 1211f20 commit a0f8729
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 @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
scala: ['2.12.16', '2.13.8']
scala: ['2.12.17', '2.13.8']
steps:
- name: Checkout current branch
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
lazy val root = (project in file("."))
.settings(
name := "scountries",
crossScalaVersions := List("2.12.16", "2.13.8"),
crossScalaVersions := List("2.12.17", "2.13.8"),
libraryDependencies ++= List(
enumeratum,
scalaTest
Expand Down

0 comments on commit a0f8729

Please sign in to comment.