Skip to content

Commit

Permalink
Trying to fix issues with artifact publishing (#33)
Browse files Browse the repository at this point in the history
* Attempt to fix issues with artifact publish
  • Loading branch information
Javier de Silóniz Sandino authored Mar 6, 2020
1 parent dd14cca commit 417f7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: scala
jdk:
- openjdk8
dist: xenial
scala:
- 2.12.8
before_cache:
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.2.1-SNAPSHOT"
version in ThisBuild := "0.2.1"

0 comments on commit 417f7e9

Please sign in to comment.