Skip to content

Commit

Permalink
bump InteractBase dependency (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
piever authored Mar 20, 2019
1 parent 497d541 commit 9ee7ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
julia 0.7
JSON 0.7
InteractBase 0.8.3
InteractBase 0.9.1
WebIO 0.3.1
CSSUtil
Knockout
DataStructures 0.2.10
OrderedCollections 1.0
Widgets 0.5.0
Reexport 0.1.0
Observables 0.2.2
2 changes: 1 addition & 1 deletion src/Interact.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import InteractBase: notifications
import Widgets: Widget, @layout, @nodeps
import Observables: @on, @map!, @map

@reexport using DataStructures
@reexport using OrderedCollections
@reexport using Observables
@reexport using Knockout
@reexport using CSSUtil
Expand Down

0 comments on commit 9ee7ebc

Please sign in to comment.