Skip to content

Commit 09e92bf

Browse files
committed
unggghhhh
1 parent 2c56f99 commit 09e92bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
inThisBuild(
22
List(
3-
organization := "com.indoorvivants.vcpkg",
4-
sonatypeProfileName := "com.indoorvivants",
53
homepage := Some(url("https://github.com/indoorvivants/sbt-vcpkg")),
64
licenses := List(
75
"Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")
@@ -19,6 +17,9 @@ inThisBuild(
1917
)
2018
)
2119

20+
organization := "com.indoorvivants.vcpkg"
21+
sonatypeProfileName := "com.indoorvivants"
22+
2223
lazy val scala213 = "2.13.8"
2324
lazy val scala212 = "2.12.15"
2425
lazy val scala3 = "3.1.2"

0 commit comments

Comments
 (0)