All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.build.internals.Regexes.scala Maven / Gradle / Ivy

There is a newer version: 1.5.3
Show newest version
package scala.build.internal

object Regexes {
  val scala2NightlyRegex         = raw"""2\.(\d+)\.(\d+)-bin-[a-f0-9]*""".r
  val scala3NightlyNicknameRegex = raw"""3\.([0-9]*)\.nightly""".r
  val scala3LtsRegex             = raw"""3\.3\.[0-9]+""".r
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy