Skip to content

Commit

Permalink
Revert "Updated scala and sbt-scalajs plugin versions"
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed Nov 27, 2019
1 parent b2fc796 commit cd2ecc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositor
addSbtPlugin(("org.scommons.patched" % "sbt-scalajs-bundler" % "0.14.0-SNAPSHOT").force())

addSbtPlugin(("org.scommons.sbt" % "sbt-scommons-plugin" % "1.0.0-SNAPSHOT").changing())

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.29")
2 changes: 0 additions & 2 deletions project/src/main/scala/definitions/FarcModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ object FarcModule {

val settings: Seq[Setting[_]] = Seq(
organization := "org.scommons.farclone",

scalaVersion := "2.12.10",

//
// publish/release related settings:
Expand Down

0 comments on commit cd2ecc0

Please sign in to comment.