Skip to content

Commit e025fde

Browse files
committed
Fix organization name
1 parent 38eab15 commit e025fde

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ inThisBuild(
1111
List(
1212
scalaVersion := Scala212,
1313
javacOptions ++= List("-target", "8", "-source", "8"),
14-
organization := "com.thesamet.scalapb",
1514
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
1615
ConsoleHelper.welcomeMessage
1716
)

sonatype.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
inThisBuild(
22
List(
3-
organization := "com.thesamet",
3+
organization := "com.thesamet.scalapb",
44
homepage := Some(url("https://github.com/scalapb/ScalaPB")),
55
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
66
developers := List(

0 commit comments

Comments
 (0)