Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavsvejcar committed Aug 14, 2019
1 parent 0918312 commit 684582f
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 @@ -2,7 +2,7 @@
// Project details
name := "reminder"
description := "Say goodbye to forgotten TODOs in your code!"
Global / version := "0.2.0-SNAPSHOT"
Global / version := "0.2.0"
Global / organization := "com.norcane"
Global / licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))
Global / homepage := Some(url("https://github.com/norcane/reminder"))
Expand Down Expand Up @@ -33,7 +33,7 @@ crossScalaVersions := Seq("2.11.12", "2.12.9", "2.13.0")

libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scalatest" %% "scalatest" % "3.0.8" % "test"
"org.scalatest" %% "scalatest" % "3.0.8" % Test
)

Global / scalacOptions ++= Seq(
Expand Down

0 comments on commit 684582f

Please sign in to comment.