Skip to content

Commit 83c7579

Browse files
Update scala-library, scala-reflect to 2.13.18
1 parent 1c4cd30 commit 83c7579

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
@@ -13,7 +13,7 @@ val tagOrHash = Def.setting {
1313
if (isSnapshot.value) gitHash() else tagName.value
1414
}
1515
val Scala212 = "2.12.20"
16-
val Scala213 = "2.13.17"
16+
val Scala213 = "2.13.18"
1717
val unusedWarnings = Seq("-Ywarn-unused")
1818

1919
lazy val commonSettings = nocomma {

0 commit comments

Comments
 (0)