File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ UI Bootstrap - AngularJS directives specific to Bootstrap.
8
8
9
9
### Build Dependencies
10
10
11
- * [ SBT v0.13.13 ] ( http://www.scala-sbt.org/download.html )
11
+ * [ SBT v0.13.16 ] ( http://www.scala-sbt.org/download.html )
12
12
13
13
### Build/publish the SDK locally
14
14
@@ -35,7 +35,7 @@ $ sbt test
35
35
To add the ` angular-ui-bootstrap ` binding to your project, add the following to your build.sbt:
36
36
37
37
``` sbt
38
- libraryDependencies += " io.scalajs.npm" %%% " angular-ui-bootstrap" % " 0.4.0 "
38
+ libraryDependencies += " io.scalajs.npm" %%% " angular-ui-bootstrap" % " 0.4.1 "
39
39
```
40
40
41
41
Optionally, you may add the Sonatype Repository resolver:
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ import sbt._
5
5
6
6
import scala .language .postfixOps
7
7
8
- val scalaJsIOVersion = " 0.4.0 "
8
+ val scalaJsIOVersion = " 0.4.1 "
9
9
val apiVersion = scalaJsIOVersion
10
- val scalaJsVersion = " 2.12.1 "
10
+ val scalaJsVersion = " 2.12.3 "
11
11
12
12
homepage := Some (url(" https://github.com/scalajs-io/angular-ui-bootstrap" ))
13
13
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.15
1
+ sbt.version =0.13.16
Original file line number Diff line number Diff line change 1
1
// Scala.js
2
2
3
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.15 " )
3
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.20 " )
4
4
5
5
// Publishing
6
6
You can’t perform that action at this time.
0 commit comments