diff --git a/build.sbt b/build.sbt index c538e64f..7c36afe1 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import Dependencies._ import Common._ -ThisBuild / version := "1.10.1-SNAPSHOT" +ThisBuild / version := "1.12.3-SNAPSHOT" ThisBuild / organization := "org.scalaxb" ThisBuild / homepage := Option(url("http://scalaxb.org")) ThisBuild / licenses := List("MIT License" -> url("https://github.com/eed3si9n/scalaxb/blob/HEAD/LICENSE")) diff --git a/mvn-scalaxb/pom.xml b/mvn-scalaxb/pom.xml index c03b5c4f..02effa05 100644 --- a/mvn-scalaxb/pom.xml +++ b/mvn-scalaxb/pom.xml @@ -10,7 +10,7 @@ org.scalaxb scalaxb-maven-plugin - 1.12.0 + 1.12.2 maven-plugin scalaxb Maven Plugin diff --git a/project/build.properties b/project/build.properties index 0b699c30..73df629a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.2 +sbt.version=1.10.7