Skip to content

Commit

Permalink
Update scala3-library to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and analytically committed May 21, 2022
1 parent 32d5def commit c8724b4
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 @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
java: [8, 11, 17]
scala: [2.11.12, 2.12.15, 2.13.8, 3.0.2]
scala: [2.11.12, 2.12.15, 2.13.8, 3.1.2]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// basics

name := "scala-logging"
crossScalaVersions := Seq("3.0.2", "2.11.12", "2.12.15", "2.13.8")
crossScalaVersions := Seq("3.1.2", "2.11.12", "2.12.15", "2.13.8")
scalaVersion := crossScalaVersions.value.head
ThisBuild / versionScheme := Some("early-semver")
scalacOptions ++= Seq(
Expand Down

0 comments on commit c8724b4

Please sign in to comment.