This repository was archived by the owner on Aug 17, 2019. It is now read-only.
File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 19
19
project.organization =com.ckkloverdos
20
20
project.name =streamresource
21
21
sbt.version =0.7.7
22
- project.version =0.2.0
22
+ project.version =0.3.0-SNAPSHOT
23
23
publish.remote =false
24
24
build.scala.versions =2.9.1
25
25
project.initialize =false
Original file line number Diff line number Diff line change @@ -60,16 +60,17 @@ class Project(info: ProjectInfo) extends DefaultProject(info) {
60
60
</developer >
61
61
</developers >;
62
62
63
- val lib_maybe = " com.ckkloverdos" %% " maybe" % " 0.3.0" % " compile" withSources()
64
- val lib_sysprop = " com.ckkloverdos" %% " sysprop" % " 0.1.0" % " compile" withSources()
65
- val lib_converter = " com.ckkloverdos" %% " converter" % " 0.3.0" % " compile" withSources()
63
+ val lib_maybe = " com.ckkloverdos" %% " maybe" % " 0.4.0-SNAPSHOT" % " compile" withSources()
64
+ val lib_sysprop = " com.ckkloverdos" %% " sysprop" % " 0.2.0-SNAPSHOT" % " compile" withSources()
65
+ val lib_converter = " com.ckkloverdos" %% " converter" % " 0.4.0-SNAPSHOT" % " compile" withSources()
66
+ val lib_typedkey = " com.ckkloverdos" %% " typedkey" % " 0.2.0-SNAPSHOT" % " compile" withSources()
66
67
val lib_slf4j = " org.slf4j" % " slf4j-api" % " 1.6.1" % " compile" withSources()
67
68
val lib_logback_simple = " ch.qos.logback" % " logback-classic" % " 0.9.28" % " test" withSources()
68
69
val lib_junit_interface = " com.novocode" % " junit-interface" % " 0.7" % " test"
69
70
70
71
override def testOptions =
71
72
super .testOptions ++
72
- Seq (TestArgument (TestFrameworks .JUnit , " -q" , " -v " ))
73
+ Seq (TestArgument (TestFrameworks .JUnit , " -q" ))
73
74
74
75
// Set up publish repository (the tuple avoids SBT's ReflectiveRepositories detection)
75
76
private lazy val ScalaToolsReleases_t = (" Scala Tools Releases" -> " http://nexus.scala-tools.org/content/repositories/releases/" )
You can’t perform that action at this time.
0 commit comments