Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jun 23, 2017
1 parent d0690d2 commit 5c290f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.Keys.libraryDependencies

name := "scarango"
organization in ThisBuild := "com.outr"
version in ThisBuild := "0.5.3-SNAPSHOT"
version in ThisBuild := "0.6.0"
scalaVersion in ThisBuild := "2.12.2"
crossScalaVersions in ThisBuild := List("2.12.2", "2.11.11")
scalacOptions in ThisBuild ++= Seq("-unchecked", "-deprecation")
Expand Down

0 comments on commit 5c290f0

Please sign in to comment.