Skip to content

Commit

Permalink
refactor(build): split version file (#1)
Browse files Browse the repository at this point in the history
- split version file
- bump scalafmt plugin to latest
  • Loading branch information
datYori authored Oct 7, 2024
1 parent 456438b commit 24bbe2e
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 24bbe2e

Please sign in to comment.