Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jokade committed Aug 3, 2015
1 parent b055850 commit 3913af1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Scala.js Bindings for AngularJS
===============================

**News**: angulate 0.2.1 has been released! Please consult the [release notes](https://github.com/jokade/scalajs-angulate/wiki/Release-Notes#version-021-130615) for a list of changes since version 0.1.
**News**: angulate 0.2.2 has been released! Please consult the [release notes](https://github.com/jokade/scalajs-angulate/wiki/Release-Notes#version-022-030815) for a list of changes since version 0.1.
There is also a page with [currently known problems & limitations](https://github.com/jokade/scalajs-angulate/wiki/Known-Problems).

This library only provides bindings to Angular 1.x. Support for [Angular 2](https://angular.io) is provided by [angulate2](https://github.com/jokade/angulate2).
Expand Down Expand Up @@ -32,9 +32,9 @@ How to Use
### SBT Settings
Add the following lines to your ```sbt``` build definition:
```scala
libraryDependencies += "biz.enef" %%% "scalajs-angulate" % "0.2.1"
libraryDependencies += "biz.enef" %%% "scalajs-angulate" % "0.2.2"
```
scalajs-angulate 0.2.1 requires Scala.js `0.6.3+`.
scalajs-angulate 0.2.2 requires Scala.js `0.6.3+`.

If you want to test the latest snapshot, change the version to `0.3-SNAPSHOT` and add the Sonatype snapshots repository to your `build.sbt`:
```scala
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

lazy val commonSettings = Seq(
organization := "biz.enef",
version := "0.2.2-SNAPSHOT",
version := "0.2.2",
scalaVersion := "2.11.6",
scalacOptions ++= Seq("-deprecation","-unchecked","-feature","-language:implicitConversions","-Xlint"),
autoCompilerPlugins := true,
Expand Down

0 comments on commit 3913af1

Please sign in to comment.