Skip to content

Commit

Permalink
refactor(build): split version file
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori committed Oct 7, 2024
1 parent 456438b commit 4a90721
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ developers := List(
licenses += ("MIT", url("https://opensource.org/licenses/MIT"))

name := "sbt-versioner"
version := "0.1.0"

scalaVersion := "2.12.18"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
1 change: 1 addition & 0 deletions version.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version := "0.1.0"

0 comments on commit 4a90721

Please sign in to comment.