Skip to content

Commit e4b9a5a

Browse files
committed
Update build.sbt
1 parent 4983f0d commit e4b9a5a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name := "scalac-scales-plugin"
1+
name := "scalac-scoverage-plugin"
22

3-
organization := "org.scalescc"
3+
organization := "com.sksamuel.scoverage"
44

5-
version := "0.90.0"
5+
version := "0.92.0"
66

77
scalaVersion := "2.10.3"
88

@@ -33,7 +33,7 @@ publishTo <<= version {
3333
}
3434

3535
pomExtra := {
36-
<url>https://github.com/scala-scales/scalac-scales-plugin</url>
36+
<url>https://github.com/scoverage/scalac-scoverage-plugin</url>
3737
<licenses>
3838
<license>
3939
<name>Apache 2</name>
@@ -42,8 +42,8 @@ pomExtra := {
4242
</license>
4343
</licenses>
4444
<scm>
45-
<url>git@github.com:scala-scales/scalac-scales-plugin.git</url>
46-
<connection>scm:git@github.com:scala-scales/scalac-scales-plugin.git</connection>
45+
<url>git@github.com:scoverage/scalac-scoverage-plugin.git</url>
46+
<connection>scm:git@github.com:scoverage/scalac-scoverage-plugin.git</connection>
4747
</scm>
4848
<developers>
4949
<developer>

0 commit comments

Comments
 (0)