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,