We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdad69 commit 48369f4Copy full SHA for 48369f4
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>nl.jiankai</groupId>
8
<artifactId>spotify-web-api-wrapper</artifactId>
9
- <version>1.5.2</version>
+ <version>1.5.3</version>
10
11
<name>Spotify Web API Java Wrapper</name>
12
<description>A Java Wrapper for Spotify's Web API</description>
@@ -139,7 +139,8 @@
139
</dependencies>
140
141
<properties>
142
- <maven.compiler.target>1.8</maven.compiler.target>
143
- <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>15</maven.compiler.target>
+ <maven.compiler.source>15</maven.compiler.source>
144
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
145
</properties>
146
</project>
0 commit comments