Skip to content

Commit

Permalink
fix version number format to be Scala Steward friendly (#47)
Browse files Browse the repository at this point in the history
fixes #45
  • Loading branch information
SethTisue authored Apr 27, 2023
1 parent d5afcba commit bc88383
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
versionWithGit

version := sys.props.get("project.version").getOrElse("2.13.10")
scalaVersion := version.value

libraryDependencies += "org.scala-lang" % "scala-dist" % version.value
1 change: 0 additions & 1 deletion project/plugins.sbt

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/jobs/release/smoketest
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ "$TRAVIS_EVENT_TYPE" == "api" ]]; then
ensureVersion
else
# Use some recent version to validate changes in smoketest itself
version="2.13.6"
version="2.13.10"
fi

clearIvyCache
Expand Down

0 comments on commit bc88383

Please sign in to comment.