Skip to content

Commit e422923

Browse files
Prepare for next release
1 parent 06f8d45 commit e422923

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

project/plugins.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
//resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"
2-
//resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
2+
resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
33

44
val scalaJSVersion =
55
Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.31")
66

77
if (scalaJSVersion.startsWith("0.6")) {
8-
//addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin-sjs06" % "0.5.0-SNAPSHOT").changing())
9-
addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin-sjs06" % "0.6.0")
8+
//addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin-sjs06" % "0.7.0-SNAPSHOT").changing())
9+
addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin-sjs06" % "0.7.0")
1010
}
1111
else {
12-
//addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin" % "0.5.0-SNAPSHOT").changing())
13-
addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin" % "0.6.0")
12+
//addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin" % "0.7.0-SNAPSHOT").changing())
13+
addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin" % "0.7.0")
1414
}
1515

1616
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5")

0 commit comments

Comments
 (0)