From 14f516e228ffe24aae188d2b04d82ffde11928ca Mon Sep 17 00:00:00 2001 From: ilya Date: Wed, 29 May 2019 17:59:26 +0300 Subject: [PATCH] version 0.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bc83b303..8a188150 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ fork in Test in ThisBuild := true lazy val commonSettings = Seq( organization := "org.scalawiki", - version := "0.5.1-SNAPSHOT", + version := "0.6.0", scalaVersion := Scala212V, crossScalaVersions := Seq(Scala212V, Scala211V), conflictManager := ConflictManager.strict,