Skip to content

Commit

Permalink
Update scala-reflect to 2.13.15 (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 26, 2024
1 parent 351a60f commit 9d99a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/depends.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object depends {
// used in specs2-html
val tagsoup = "org.ccil.cowan.tagsoup" % "tagsoup" % "1.2.1"

val Scala213 = "2.13.14"
val Scala213 = "2.13.15"

val isScala3 = Def.setting(CrossVersion.partialVersion(scalaVersion.value).exists(_._1 == 3))

Expand Down

0 comments on commit 9d99a76

Please sign in to comment.