Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (ruippeixotog#513)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.13.15

* Update sbt-scoverage to v2.2.1

---------

Co-authored-by: Rui Gonçalves <[email protected]>
  • Loading branch information
scala-steward and ruippeixotog authored Sep 30, 2024
1 parent cf0122e commit 7374107
Show file tree
Hide file tree
Showing 3 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 @@ -14,7 +14,7 @@ jobs:
- scala: '2.12'
scala-version: 2.12.20
- scala: '2.13'
scala-version: 2.13.14
scala-version: 2.13.15
- scala: '3'
scala-version: 3.4.3

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ReleaseTransformations._
ThisBuild / organization := "net.ruippeixotog"

ThisBuild / scalaVersion := "2.12.20"
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.14", "3.4.3")
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.15", "3.4.3")

// taken from https://github.com/scala/bug/issues/12632
ThisBuild / libraryDependencySchemes ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.14")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")

0 comments on commit 7374107

Please sign in to comment.