Skip to content

Commit e21edc9

Browse files
Update scala-reflect to 2.13.10 (etorreborre#1107)
1 parent 1e44425 commit e21edc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/depends.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object depends {
3232
// used in specs2-html
3333
val tagsoup = "org.ccil.cowan.tagsoup" % "tagsoup" % "1.2.1"
3434

35-
val Scala213 = "2.13.8"
35+
val Scala213 = "2.13.10"
3636

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

0 commit comments

Comments
 (0)