Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Dec 20, 2024
1 parent 944e188 commit fe14241
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'

group = 'Avalara.SDK'
version = '2.4.29'
version = '24.12.10'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "Avalara.SDK",
name := "Avalara.SDK",
version := "2.4.29",
version := "24.12.10",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>Avalara.SDK</artifactId>
<packaging>jar</packaging>
<name>Avalara.SDK</name>
<version></version>
<version>24.12.10</version>
<url>https://github.com/avasachinbaijal/AvaTax-REST-V3-JRE-SDK</url>
<description>OpenAPI Java</description>
<scm>
Expand Down

0 comments on commit fe14241

Please sign in to comment.