forked from loafle/openapi-generator-original
Version mapping for scala 2.10.* should be consistent.
This commit is contained in:
parent
0d40a53e06
commit
0ee6531fcd
@ -1,5 +1,7 @@
|
|||||||
val version = scala.util.Properties.scalaPropOrElse("version.number", "unknown").toString match {
|
val version = scala.util.Properties.scalaPropOrElse("version.number", "unknown").toString match {
|
||||||
case "2.10.0" => "2.10"
|
case "2.10.0" => "2.10"
|
||||||
|
case "2.10.2" => "2.10"
|
||||||
|
case "2.10.3" => "2.10"
|
||||||
case e: String => e
|
case e: String => e
|
||||||
}
|
}
|
||||||
println(version)
|
println(version)
|
Loading…
x
Reference in New Issue
Block a user