Skip to content

Commit 647d0b0

Browse files
author
Alexandre Curreli
committed
Fixed compilation issue + set version to 1.1.0
1 parent 2d0a30e commit 647d0b0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ organization := "com.livestream"
66

77
name := "scredis"
88

9-
version := "1.1.0-SNAPSHOT"
9+
version := "1.1.0"
1010

1111
scalaVersion := "2.9.3"
1212

src/test/scala/scredis/commands/KeysCommandsSpec.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import scredis.exceptions.RedisCommandException
2424
import scredis.tags._
2525

2626
import scala.collection.mutable.ListBuffer
27-
import scala.concurrent.duration._
2827

2928
class KeysCommandsSpec extends WordSpec with GivenWhenThen with BeforeAndAfterAll {
3029
private val client = Redis()

0 commit comments

Comments
 (0)