Skip to content

Commit

Permalink
Use jPowerShell 3.0.1
Browse files Browse the repository at this point in the history
Fixes #10

A `null` file (with content 'Active code page: 1252') was created when trying to run BurntToast with jPowerShell.
  • Loading branch information
jcgay committed Oct 28, 2018
1 parent a2dcc87 commit b67f9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion send-notification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>com.profesorfalken</groupId>
<artifactId>jPowerShell</artifactId>
<version>1.8</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down

0 comments on commit b67f9bd

Please sign in to comment.