Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldraper committed Feb 16, 2015
1 parent 88e7c6f commit 17e520b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In project/plugins.sbt, add
```scala
resolvers += "Sonatype release repository" at "https://oss.sonatype.org/content/repositories/releases/"

addSbtPlugin("com.lucidchart" % "sbt-cross" % "1.0-SNAPSHOT")
addSbtPlugin("com.lucidchart" % "sbt-cross" % "1.0")
```

If you use Build.scala, you'll need to import `com.lucidchart.sbtcross.SbtCrossImport._`.
Expand Down
2 changes: 1 addition & 1 deletion examples/common-cross/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.lucidchart" % "sbt-cross" % "1.0-SNAPSHOT")
addSbtPlugin("com.lucidchart" % "sbt-cross" % "1.0")

resolvers += "Sonatype release repository" at "https://oss.sonatype.org/content/repositories/releases/"
2 changes: 1 addition & 1 deletion examples/simple/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.lucidchart" % "sbt-cross" % "1.0-SNAPSHOT")
addSbtPlugin("com.lucidchart" % "sbt-cross" % "1.0")

resolvers += "Sonatype release repository" at "https://oss.sonatype.org/content/repositories/releases/"
2 changes: 1 addition & 1 deletion sbt-cross/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ sbtPlugin := true

scalacOptions ++= Seq("-deprecation", "-language")

version := "1.0-SNAPSHOT"
version := "1.0"

0 comments on commit 17e520b

Please sign in to comment.