Skip to content

Commit ac0222c

Browse files
committed
Updated csw, esw dependencies
1 parent 004065b commit ac0222c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project/Libs.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Libs {
1111
val scalaTestPlus = "org.scalatestplus" %% "selenium-4-21" % "3.2.19.0"
1212
}
1313
object ESW {
14-
private val defaultESWVersion = "1.0.0-RC1"
14+
private val defaultESWVersion = "1.0.0-RC2"
1515

1616
val Version: String = sys.props.get("prod.publish") match {
1717
case Some("true") => sys.env.getOrElse("ESW_VERSION", defaultESWVersion)
@@ -20,7 +20,7 @@ object ESW {
2020
}
2121

2222
object CSW {
23-
private val defaultCswVersion = "6.0.0-RC1"
23+
private val defaultCswVersion = "6.0.0-RC2"
2424

2525
val Version: String = sys.props.get("prod.publish") match {
2626
case Some("true") => sys.env.getOrElse("CSW_VERSION", defaultCswVersion)

0 commit comments

Comments
 (0)