Skip to content

Commit

Permalink
remove outdated Scala 2.13 milestone build setting
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Jun 27, 2019
1 parent 08a5a7f commit ddb6619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ object build {
unmanagedSourceDirectories in scope += {
val base = (sourceDirectory in scope).value.getParentFile / Defaults.nameForSrc(scope.name)
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, v)) if v >= 13 && scalaVersion.value != "2.13.0-M3" =>
case Some((2, v)) if v >= 13 =>
base / s"scala-2.13+"
case _ =>
base / s"scala-2.13-"
Expand Down

0 comments on commit ddb6619

Please sign in to comment.