Skip to content

Commit ac7e089

Browse files
committed
wip
1 parent fe4f57d commit ac7e089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
sbtPlugin := true
22

3-
git.baseVersion := "1.0.0"
3+
git.baseVersion := "2.0.0"
44
versionWithGit
55

66
name := "sbt-scala-module"
77
organization := "org.scala-lang.modules"
88
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
9+
910
resolvers += Classpaths.sbtPluginReleases
1011
bintrayRepository := "sbt-plugins"
1112
bintrayOrganization := None

0 commit comments

Comments
 (0)