We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004065b commit ac0222cCopy full SHA for ac0222c
1 file changed
project/Libs.scala
@@ -11,7 +11,7 @@ object Libs {
11
val scalaTestPlus = "org.scalatestplus" %% "selenium-4-21" % "3.2.19.0"
12
}
13
object ESW {
14
- private val defaultESWVersion = "1.0.0-RC1"
+ private val defaultESWVersion = "1.0.0-RC2"
15
16
val Version: String = sys.props.get("prod.publish") match {
17
case Some("true") => sys.env.getOrElse("ESW_VERSION", defaultESWVersion)
@@ -20,7 +20,7 @@ object ESW {
20
21
22
object CSW {
23
- private val defaultCswVersion = "6.0.0-RC1"
+ private val defaultCswVersion = "6.0.0-RC2"
24
25
26
case Some("true") => sys.env.getOrElse("CSW_VERSION", defaultCswVersion)
0 commit comments