Skip to content

Commit

Permalink
Merge pull request #59 from moradology/feature/version-location
Browse files Browse the repository at this point in the history
Move version number to build.sbt
  • Loading branch information
moradology authored Nov 30, 2018
2 parents 070c668 + 4eba94d commit f7e3a96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ lazy val commonSettings = Seq(
cancelable in Global := true,
scalaVersion := scalaVer,
crossScalaVersions := crossScalaVer,
version := "0.0.11",
scalacOptions := Seq(
"-deprecation",
"-unchecked",
Expand Down
1 change: 0 additions & 1 deletion version.sbt

This file was deleted.

0 comments on commit f7e3a96

Please sign in to comment.