Skip to content

Commit

Permalink
Update scala-reflect to 2.13.10 (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 18, 2022
1 parent 1e44425 commit e21edc9
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.8"
val Scala213 = "2.13.10"

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

Expand Down

0 comments on commit e21edc9

Please sign in to comment.