Skip to content

Commit

Permalink
Update scala-reflect to 2.13.14 (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 6, 2024
1 parent 56527ab commit 1ea181b
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.13"
val Scala213 = "2.13.14"

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

Expand Down

0 comments on commit 1ea181b

Please sign in to comment.