Skip to content

Commit

Permalink
update to navigation beta8
Browse files Browse the repository at this point in the history
  • Loading branch information
chandu0101 committed Apr 24, 2017
1 parent 01302f4 commit 3c0887a
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 214 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: scala

scala:
- 2.12.1
- 2.11.8
- 2.12.2
- 2.11.11

jdk:
- oraclejdk8
Expand Down
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name := "navigation"

//version := "2017.2.0-SNAPSHOT"
//version := "2017.4.0-SNAPSHOT"

enablePlugins(ScalaJSPlugin)

val scala211 = "2.11.8"
val scala211 = "2.11.11"

val scala212 = "2.12.1"
val scala212 = "2.12.2"

scalaVersion := scala211

Expand All @@ -21,8 +21,8 @@ scalacOptions ++= Seq(

//Dependencies

libraryDependencies += "scalajs-react-interface" %%% "universal" % "2017.3.23-beta" % Provided
libraryDependencies += "scalajs-react-interface" %%% "core" % "2017.3.23-beta" % Provided
libraryDependencies += "scalajs-react-interface" %%% "universal" % "2017.4.23-beta" % Provided
libraryDependencies += "scalajs-react-interface" %%% "core" % "2017.4.23-beta" % Provided

//bintray
resolvers += Resolver.jcenterRepo
Expand Down
Loading

0 comments on commit 3c0887a

Please sign in to comment.