We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab19c7 commit 716a574Copy full SHA for 716a574
README.md
@@ -11,7 +11,7 @@ Small library which provides a few Twirl templates to link Scala.js output scrip
11
12
Add the library to `build.sbt`:
13
```
14
-libraryDependencies += "com.vmunier" %% "scalajs-scripts" % "1.0.0"
+libraryDependencies += "com.vmunier" %% "scalajs-scripts" % "1.1.0"
15
16
17
## Available Twirl Templates
build.sbt
@@ -1,6 +1,6 @@
1
name := "scalajs-scripts"
2
3
-version := "1.0.1-SNAPSHOT"
+version := "1.1.0"
4
5
organization := "com.vmunier"
6
0 commit comments