Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.16 (#634)
Browse files Browse the repository at this point in the history
* Update scala-library, scala-reflect to 2.13.16

* bump scoverage

---------

Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
Co-authored-by: P. Oscar Boykin <[email protected]>
  • Loading branch information
typelevel-steward[bot] and johnynek authored Jan 24, 2025
1 parent 46ddc7d commit 2dc52b2
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
@@ -1,7 +1,7 @@
import com.typesafe.tools.mima.core._
import Dependencies._
val scala212 = "2.12.20"
val scala213 = "2.13.15"
val scala213 = "2.13.16"
val scala3 = "3.3.4"

GlobalScope / tlCommandAliases ++= Map(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.7")

0 comments on commit 2dc52b2

Please sign in to comment.