Skip to content

Commit c355a37

Browse files
committed
Updated for release
1 parent dc7073b commit c355a37

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

Diff for: build.sbt

+5-12
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
organization := "org.scalescc"
2-
31
name := "sbt-scales"
42

5-
version := "0.11.0-SNAPSHOT"
3+
organization := "com.sksamuel.scala-scales"
4+
5+
version := "0.90.0"
66

77
scalaVersion := "2.10.3"
88

@@ -11,7 +11,7 @@ sbtPlugin := true
1111
resolvers += "Local Maven Repository" at "file://" + Path.userHome.absolutePath + "/.m2/repository"
1212

1313
libraryDependencies ++= Seq(
14-
"org.scalescc" %% "scalac-scales-plugin" % "0.11.0-SNAPSHOT"
14+
"com.sksamuel.scala-scales" %% "scalac-scales-plugin" % "0.90.0"
1515
)
1616

1717
scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-encoding", "utf8")
@@ -27,11 +27,4 @@ publishTo := {
2727

2828
publishMavenStyle := false
2929

30-
publishArtifact in Test := false
31-
32-
credentials += Credentials(
33-
"Sonatype Nexus Repository Manager",
34-
"oss.sonatype.org",
35-
System.getenv("SONATYPE_USER"),
36-
System.getenv("SONATYPE_PASS")
37-
)
30+
publishArtifact in Test := false

Diff for: src/main/scala/org/scalescc/sbt/ScalesSbtPlugin.scala

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import sbt.Keys._
55
import scales._
66
import sbt.File
77
import scales.report.{ScalesHtmlWriter, CoberturaXmlWriter, ScalesXmlWriter}
8-
import scala.Some
98

109
object ScalesSbtPlugin extends Plugin {
1110

0 commit comments

Comments
 (0)