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 92c7a5f commit c6f501cCopy full SHA for c6f501c
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.0",
+ version := "1.1.1",
7
isSnapshot := version.value.endsWith("SNAPSHOT"),
8
scalaVersion := "2.11.8",
9
publishMavenStyle := true,
0 commit comments