Skip to content

Commit

Permalink
Updated Scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Jan 20, 2021
1 parent ac9dc27 commit ad069e2
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.0-M3, 2.12.12, 2.13.3]
scala: [3.0.0-M3, 2.12.13, 2.13.4]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ThisBuild / organization := "com.codecommit"
ThisBuild / publishGithubUser := "djspiewak"
ThisBuild / publishFullName := "Daniel Spiewak"

ThisBuild / crossScalaVersions := Seq("3.0.0-M3", "2.12.12", "2.13.3")
ThisBuild / crossScalaVersions := Seq("3.0.0-M3", "2.12.13", "2.13.4")

ThisBuild / githubWorkflowTargetBranches := Seq("series/1.x")

Expand Down

0 comments on commit ad069e2

Please sign in to comment.