Skip to content

Commit

Permalink
Updated esw version
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton committed Mar 16, 2024
1 parent fbb679f commit 43d2694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Libs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Libs {
}

object ESW {
private val defaultESWVersion = "42f53c9"
private val defaultESWVersion = "f63e277"

val Version: String = sys.props.get("prod.publish") match {
case Some("true") => sys.env.getOrElse("ESW_VERSION", defaultESWVersion)
Expand Down

0 comments on commit 43d2694

Please sign in to comment.