diff --git a/build.sbt b/build.sbt index ea07ff17..127a3692 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ lazy val commonSettings = Seq( - version := "0.22.0", + version := "0.23.0", organization := "com.tethys-json", scalaVersion := "2.12.13", crossScalaVersions := Seq("2.12.13", "2.13.5"),