Skip to content

Commit

Permalink
Mark release version 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Feb 15, 2019
1 parent 4d61d7b commit d8b2964
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
Expand Up @@ -4,7 +4,7 @@ import java.net.URL

name := "ijp-color"
organization := "net.sf.ij-plugins"
version := "0.5.1.2-SNAPSHOT"
version := "0.6.0"

homepage := Some(new URL("https://ij-plugins.sf.net"))
startYear := Some(2002)
Expand All @@ -14,7 +14,7 @@ scalaVersion := "2.12.8"

// append -deprecation to the options passed to the Scala compiler
scalacOptions ++= Seq(
// "-target:jvm-1.8",
"-target:jvm-1.8",
"-encoding", "UTF-8",
"-unchecked",
"-deprecation",
Expand Down

0 comments on commit d8b2964

Please sign in to comment.