Skip to content

Commit

Permalink
Merge pull request #529 from scala-steward/update/scala-library-2.13.15
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.15
  • Loading branch information
mergify[bot] authored Oct 4, 2024
2 parents 639c5a5 + 316412e commit a563abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val projectName = "fs2-cron"
val rootPkg = s"$groupId.${projectName.replace("-", "")}"

val Scala_2_12 = "2.12.20"
val Scala_2_13 = "2.13.14"
val Scala_2_13 = "2.13.15"
val Scala_3 = "3.5.1"

val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")

addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")

addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3")

Expand Down

0 comments on commit a563abc

Please sign in to comment.