From cb966d6fbb2e18d6a9b4ec3fa1004f620e7998a2 Mon Sep 17 00:00:00 2001 From: Darren Wilkinson Date: Mon, 5 Jun 2017 21:10:33 +0100 Subject: [PATCH] releasing 0.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index db9e15a..000f135 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "scala-glm" organization := "darrenjw" -version := "0.2-SNAPSHOT" +version := "0.2" scalacOptions ++= Seq( "-unchecked", "-deprecation", "-feature" @@ -21,7 +21,7 @@ resolvers ++= Seq( "https://oss.sonatype.org/content/repositories/releases/" ) -//scalaVersion := "2.11.8" +// scalaVersion := "2.11.8" scalaVersion := "2.12.1" publishTo := Some(Resolver.sftp("Personal mvn repo", "unix.ncl.ac.uk", "/home/ucs/100/ndjw1/public_html/mvn"))