Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
removed todos
Browse files Browse the repository at this point in the history
  • Loading branch information
markglh committed May 1, 2017
1 parent a065bc0 commit 9e4cda4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ lazy val settings =

lazy val commonSettings =
Seq(
//version := "0.1.14", //TODO remove this - it will be calculated automatically by dynver
//isSnapshot := false, //TODO remove this - it will be calculated automatically by dynver
//scalaVersion from .travis.yml via sbt-travisci //TODO
//version := "0.1.14", //automatically calculated by sbt-git
//scalaVersion // taken from .travis.yml via sbt-travisci
organization := "com.weightwatchers",
mappings.in(Compile, packageBin) += baseDirectory.in(ThisBuild).value / "LICENSE" -> "LICENSE",
scalacOptions ++= Seq(
Expand Down

0 comments on commit 9e4cda4

Please sign in to comment.