Skip to content

Commit

Permalink
Upgrade from SBT 0.13.16 to version 0.13.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Salas committed Nov 24, 2020
1 parent 0be71ef commit 4182521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ trait LoopPlayer extends LoopingThread with StopControl with Cleanup {
case _ => // for other cases, let the player itself override
}

def cleanup = shutdown
}
override def cleanup = shutdown
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.16
sbt.version=0.13.18

0 comments on commit 4182521

Please sign in to comment.