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 08e70ca commit d3fc2f9Copy full SHA for d3fc2f9
build.sbt
@@ -3,7 +3,7 @@ import com.karasiq.scalajsbundler.dsl.{Script, _}
3
// Settings
4
lazy val commonSettings = Seq(
5
organization := "com.github.karasiq",
6
- version := "1.1.1",
+ version := "1.1.2",
7
isSnapshot := version.value.endsWith("SNAPSHOT"),
8
scalaVersion := "2.11.11",
9
publishMavenStyle := true,
0 commit comments