Skip to content

Commit

Permalink
Scala 2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Nov 19, 2020
1 parent a6a090d commit 88ad4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val tagOrHash = Def.setting {
if (isSnapshot.value) gitHash() else tagName.value
}
val Scala212 = "2.12.12"
val Scala213 = "2.13.3"
val Scala213 = "2.13.4"
val unusedWarnings = Seq("-Ywarn-unused")

lazy val commonSettings = nocomma {
Expand Down

0 comments on commit 88ad4dd

Please sign in to comment.