Skip to content

Commit

Permalink
Update scala3-library to 3.3.1 in series/0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Sep 7, 2023
1 parent a10fe6c commit 9d899af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.10, 3.2.2]
scala: [2.12.17, 2.13.10, 3.3.1]
java: [temurin@11, temurin@17]
exclude:
- scala: 2.12.17
java: temurin@17
- scala: 3.2.2
- scala: 3.3.1
java: temurin@17
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 @@ -69,7 +69,7 @@ val coreDeps = Seq(
)).map(_ % Test)

val scala213 = "2.13.10"
ThisBuild / crossScalaVersions := Seq("2.12.17", scala213, "3.2.2")
ThisBuild / crossScalaVersions := Seq("2.12.17", scala213, "3.3.1")
ThisBuild / scalaVersion := scala213
ThisBuild / tlBaseVersion := "0.9"
ThisBuild / startYear := Some(2019)
Expand Down

0 comments on commit 9d899af

Please sign in to comment.