Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Dec 27, 2016
1 parent ed85283 commit 2569aa3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sbt.ScriptedPlugin
import sbt.ScriptedPlugin._
import sbtbuildinfo.BuildInfoKey.Entry

organization in ThisBuild := "ch.epfl.scala"
version in ThisBuild := "0.2.1-SNAPSHOT"
version in ThisBuild := "0.2.1"

lazy val crossVersions = Seq(
"2.11.8",
Expand Down Expand Up @@ -55,6 +55,7 @@ lazy val commonSettings = Seq(
)

lazy val publishSettings = Seq(
commands += release,
publishTo := {
val nexus = "https://oss.sonatype.org/"
if (isSnapshot.value)
Expand Down

0 comments on commit 2569aa3

Please sign in to comment.