Skip to content

Commit

Permalink
Merge pull request #319 from scala-steward/update/scala3-library-3.1.3
Browse files Browse the repository at this point in the history
Update scala3-library to 3.1.3
  • Loading branch information
geirolz authored Aug 12, 2022
2 parents 3127519 + 56cd092 commit 6bcbaa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- scala: 2.13.6
name: Scala2-13
test-tasks: coverage test coverageReport
- scala: 3.1.2
- scala: 3.1.3
name: Scala3
test-tasks: test # scoverage doesn’t support Scala 3

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ lazy val noPublishSettings = Seq(

lazy val baseSettings = Seq(
// scala options
crossScalaVersions := List("2.13.8", "3.1.2"),
crossScalaVersions := List("2.13.8", "3.1.3"),
scalaVersion := crossScalaVersions.value.head,
scalacOptions ++= scalacSettings(scalaVersion.value),
Compile / console / scalacOptions --= Seq(
Expand Down

0 comments on commit 6bcbaa6

Please sign in to comment.