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

Commit 9e4cda4

Browse files
committed
removed todos
1 parent a065bc0 commit 9e4cda4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ lazy val settings =
4141

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

0 commit comments

Comments
 (0)