Skip to content

Commit

Permalink
1.9.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 11, 2022
1 parent 1cc2ce9 commit 03e6859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dependencies._
import Common._

ThisBuild / version := "1.8.4-SNAPSHOT"
ThisBuild / version := "1.9.1-SNAPSHOT"
ThisBuild / organization := "org.scalaxb"
ThisBuild / homepage := Option(url("http://scalaxb.org"))
ThisBuild / licenses := List("MIT License" -> url("https://github.com/eed3si9n/scalaxb/blob/master/LICENSE"))
Expand Down
2 changes: 1 addition & 1 deletion mvn-scalaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.scalaxb</groupId>
<artifactId>scalaxb-maven-plugin</artifactId>
<version>1.8.3-SNAPSHOT</version>
<version>1.9.0</version>
<packaging>maven-plugin</packaging>

<name>scalaxb Maven Plugin</name>
Expand Down

0 comments on commit 03e6859

Please sign in to comment.