Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fomkin committed Jul 27, 2015
1 parent ba5957e commit 3b30c3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import sbt._
import sbt.Keys._
import bintray.Keys._

val currentScalaVersion = "2.11.6"
val moorkaVersion = "0.6.0-SNAPSHOT"
val currentScalaVersion = "2.11.7"
val moorkaVersion = "0.6.0"

scalaVersion := currentScalaVersion

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resolvers += Resolver.url(

addSbtPlugin("me.lessis" % "bintray-sbt" % "0.2.1")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.3")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.4")

0 comments on commit 3b30c3a

Please sign in to comment.