Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chandu0101 committed Dec 28, 2017
1 parent c7acf26 commit a3b59bf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: scala

scala:
- 2.12.2
- 2.11.11
- 2.12.4

jdk:
- oraclejdk8
Expand Down
10 changes: 4 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ name := "platform-config-ios"

enablePlugins(ScalaJSPlugin)

val scala211 = "2.11.11"
val scala212 = "2.12.4"

val scala212 = "2.12.2"
scalaVersion := scala212

scalaVersion := scala211

crossScalaVersions := Seq(scala211, scala212)
crossScalaVersions := Seq(scala212)

scalacOptions ++= Seq(
"-feature",
Expand All @@ -19,7 +17,7 @@ scalacOptions ++= Seq(
"-language:implicitConversions"
)

libraryDependencies += "scalajs-react-interface" %%% "universal" % "2017.7.9-RC" % Provided
libraryDependencies += "scalajs-react-interface" %%% "universal" % "2017.12.28-RC" % Provided

//bintray
resolvers += Resolver.jcenterRepo
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=0.13.15
sbt.version=1.0.4

8 changes: 4 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "1.3.0")
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M2")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.2")

0 comments on commit a3b59bf

Please sign in to comment.