We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c56f99 commit 09e92bfCopy full SHA for 09e92bf
build.sbt
@@ -1,7 +1,5 @@
1
inThisBuild(
2
List(
3
- organization := "com.indoorvivants.vcpkg",
4
- sonatypeProfileName := "com.indoorvivants",
5
homepage := Some(url("https://github.com/indoorvivants/sbt-vcpkg")),
6
licenses := List(
7
"Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")
@@ -19,6 +17,9 @@ inThisBuild(
19
17
)
20
18
21
+organization := "com.indoorvivants.vcpkg"
+sonatypeProfileName := "com.indoorvivants"
22
+
23
lazy val scala213 = "2.13.8"
24
lazy val scala212 = "2.12.15"
25
lazy val scala3 = "3.1.2"
0 commit comments