We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4f57d commit ac7e089Copy full SHA for ac7e089
build.sbt
@@ -1,11 +1,12 @@
1
sbtPlugin := true
2
3
-git.baseVersion := "1.0.0"
+git.baseVersion := "2.0.0"
4
versionWithGit
5
6
name := "sbt-scala-module"
7
organization := "org.scala-lang.modules"
8
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
9
+
10
resolvers += Classpaths.sbtPluginReleases
11
bintrayRepository := "sbt-plugins"
12
bintrayOrganization := None
0 commit comments