Skip to content

Commit

Permalink
upgrade scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jun 16, 2023
1 parent d724cc0 commit 746c2c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.10]
scala: [2.13.11]
java: [zulu@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import org.typelevel.sbt.gha.JavaSpec.Distribution.Zulu

ThisBuild / organization := "com.github.pjfanning"
ThisBuild / crossScalaVersions := List("2.12.17", "2.13.10", "3.3.0")
ThisBuild / scalaVersion := "2.13.10"
ThisBuild / crossScalaVersions := List("2.12.18", "2.13.11", "3.3.0")
ThisBuild / scalaVersion := "2.13.11"

ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec(Zulu, "8"))
ThisBuild / githubWorkflowPublishTargetBranches := Seq(
Expand Down

0 comments on commit 746c2c5

Please sign in to comment.