Skip to content

Commit 094b491

Browse files
committed
Update scala-library, scala-reflect to 2.13.15
1 parent 8c66909 commit 094b491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import scala.collection.immutable
22

33
lazy val V = new {
44
val SCALA_2_12 = "2.12.18"
5-
val SCALA_2_13 = "2.13.11"
5+
val SCALA_2_13 = "2.13.15"
66
val SCALA_3 = "3.3.3"
77
val Scalas = Seq(SCALA_2_13, SCALA_2_12, SCALA_3)
88
val literally = "1.1.0"

0 commit comments

Comments
 (0)