Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor Casteleijn committed Dec 24, 2024
1 parent b5c15fc commit 9f5b854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Get io version from environment or fall back to a known working version
def ioVersion = sys.env.get("BUILD_VERSION")
def ioVersion = sys.env
.get("BUILD_VERSION")
.orElse(sys.props.get("sbt.build.version"))
.getOrElse("1.10.3")

Expand Down

0 comments on commit 9f5b854

Please sign in to comment.