Skip to content

Commit

Permalink
Merge branch 'master' into Simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 authored Mar 19, 2020
2 parents 09f4d6e + a52ee9d commit 3d8806f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.8
sbt.version=1.3.8
6 changes: 4 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

sbt +clean +compile
sbt +test
set -e

sbt +clean
sbt test
sbt +reactifyJVM/publishSigned +reactifyJS/publishSigned ++2.11.12 reactifyNative/publishSigned sonatypeRelease
4 changes: 0 additions & 4 deletions sbt.scalajs1.0.sh

This file was deleted.

0 comments on commit 3d8806f

Please sign in to comment.