From 3ed6da059da6f73cd0a1658148b422825d4653a7 Mon Sep 17 00:00:00 2001 From: Chris de Vreeze Date: Fri, 13 Aug 2021 20:13:10 +0200 Subject: [PATCH] Preparing tag xpathparser_2.13-0.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9e67300..a891cca 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val crossScalaVer = Seq(scalaVer, "2.13.6") ThisBuild / description := "XPath parser and XPath AST API" ThisBuild / organization := "eu.cdevreeze.xpathparser" -ThisBuild / version := "0.8.0-SNAPSHOT" +ThisBuild / version := "0.8.0" ThisBuild / scalaVersion := scalaVer ThisBuild / crossScalaVersions := crossScalaVer