Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Nov 10, 2016
1 parent db9ddda commit 944fa0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name := "ScalaCSS"
startYear := Some(2015)

version in ThisBuild := "0.5.1"

val root = ScalaCssBuild.root
val rootJVM = ScalaCssBuild.rootJVM
val rootJS = ScalaCssBuild.rootJS
Expand Down
2 changes: 1 addition & 1 deletion doc/book.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"variables": {
"issue": "https://github.com/japgolly/scalacss/issues/",
"scalajsReact": "[scalajs-react](https://github.com/japgolly/scalajs-react)",
"ver": "0.5.0"
"ver": "0.5.1"
}
}
1 change: 0 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ object ScalaCssBuild {
val commonSettings = ConfigureBoth(
_.settings(
organization := "com.github.japgolly.scalacss",
version := "0.5.1-SNAPSHOT",
homepage := Some(url("https://github.com/japgolly/scalacss")),
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
scalaVersion := Ver.Scala211,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.13")

addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.2.0")

0 comments on commit 944fa0f

Please sign in to comment.