Skip to content

Commit 23cdbd5

Browse files
committed
New release v0.4.1 -> Scala.js v0.6.20
1 parent ad395f8 commit 23cdbd5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ UI Bootstrap - AngularJS directives specific to Bootstrap.
88

99
### Build Dependencies
1010

11-
* [SBT v0.13.13](http://www.scala-sbt.org/download.html)
11+
* [SBT v0.13.16](http://www.scala-sbt.org/download.html)
1212

1313
### Build/publish the SDK locally
1414

@@ -35,7 +35,7 @@ $ sbt test
3535
To add the `angular-ui-bootstrap` binding to your project, add the following to your build.sbt:
3636

3737
```sbt
38-
libraryDependencies += "io.scalajs.npm" %%% "angular-ui-bootstrap" % "0.4.0"
38+
libraryDependencies += "io.scalajs.npm" %%% "angular-ui-bootstrap" % "0.4.1"
3939
```
4040

4141
Optionally, you may add the Sonatype Repository resolver:

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import sbt._
55

66
import scala.language.postfixOps
77

8-
val scalaJsIOVersion = "0.4.0"
8+
val scalaJsIOVersion = "0.4.1"
99
val apiVersion = scalaJsIOVersion
10-
val scalaJsVersion = "2.12.1"
10+
val scalaJsVersion = "2.12.3"
1111

1212
homepage := Some(url("https://github.com/scalajs-io/angular-ui-bootstrap"))
1313

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.15
1+
sbt.version=0.13.16

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Scala.js
22

3-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.15")
3+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.20")
44

55
// Publishing
66

0 commit comments

Comments
 (0)