Skip to content

Commit

Permalink
releasing 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjw committed Jun 5, 2017
1 parent 86d7b28 commit cb966d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "scala-glm"
organization := "darrenjw"
version := "0.2-SNAPSHOT"
version := "0.2"

scalacOptions ++= Seq(
"-unchecked", "-deprecation", "-feature"
Expand All @@ -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"))
Expand Down

0 comments on commit cb966d6

Please sign in to comment.