Skip to content

Commit 4182521

Browse files
author
Steve Salas
committed
Upgrade from SBT 0.13.16 to version 0.13.18
1 parent 0be71ef commit 4182521

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hq/src/main/scala/com/secdec/bytefrog/hq/trace/players/LoopPlayer.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ trait LoopPlayer extends LoopingThread with StopControl with Cleanup {
2929
case _ => // for other cases, let the player itself override
3030
}
3131

32-
def cleanup = shutdown
33-
}
32+
override def cleanup = shutdown
33+
}

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.16
1+
sbt.version=0.13.18

0 commit comments

Comments
 (0)