Skip to content

Commit 96da22f

Browse files
committed
ScalaCheck 프로젝트 추가(sbt + idea)
1 parent 86db7ee commit 96da22f

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

Diff for: hellosbt/project/plugins/project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Project properties
2-
#Sun Dec 26 00:57:27 KST 2010
2+
#Thu Feb 10 23:33:07 KST 2011
33
plugin.uptodate=true

Diff for: scalacheck/project/build.properties

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#Project properties
2+
#Sat Feb 26 23:54:19 KST 2011
3+
project.organization=ysl.nephilim.test
4+
project.name=ScalaCheck
5+
sbt.version=0.7.4
6+
project.version=1.0
7+
build.scala.versions=2.8.1
8+
project.initialize=false

Diff for: scalacheck/project/build/Project.scala

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import sbt._
2+
3+
class MyProject(info:ProjectInfo) extends DefaultProject(info) {
4+
val scalaToolsReleases = ScalaToolsReleases // http://scala-tools.org/repo-release/
5+
val scalacheck = "org.scalacheck" % "scalacheck" % "1.5"
6+
7+
}
8+

0 commit comments

Comments
 (0)