Skip to content

Commit

Permalink
for #524 updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Mar 17, 2021
1 parent c0d54bd commit 3670c8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unison/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>11</source>
<target>11</target>
</configuration>
<executions>
<execution>
Expand Down
1 change: 1 addition & 0 deletions unison/unison-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
<version>${activation.version}</version>

</dependency>

</dependencies>


Expand Down

0 comments on commit 3670c8f

Please sign in to comment.