Skip to content

Commit

Permalink
Update scala3-library to 3.1.0 (http4s#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 18, 2021
1 parent b566de9 commit 2fa2dd7
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 @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.15, 2.13.6, 3.0.2]
scala: [2.12.15, 2.13.6, 3.1.0]
java: [adoptium@11, adoptium@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 @@ -61,7 +61,7 @@ val coreDeps = Seq(
enablePlugins(SonatypeCiReleasePlugin)
inThisBuild(
Seq(
crossScalaVersions := Seq("2.12.15", "2.13.6", "3.0.2"),
crossScalaVersions := Seq("2.12.15", "2.13.6", "3.1.0"),
scalaVersion := (ThisBuild / crossScalaVersions).value.head,
baseVersion := "0.6",
homepage := Some(url("https://github.com/http4s/http4s-jdk-http-client")),
Expand Down

0 comments on commit 2fa2dd7

Please sign in to comment.