Skip to content

Commit

Permalink
Update scala-reflect to 2.13.13 (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 27, 2024
1 parent 9267f9a commit 1939e9d
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.12"
val Scala213 = "2.13.13"

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

Expand Down

0 comments on commit 1939e9d

Please sign in to comment.