mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Merge pull request #56 from dbuschman7/master
upgraded Scala version to latest versions
This commit is contained in:
commit
e916fdd8ac
19
scala/.gitignore
vendored
Normal file
19
scala/.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
/bin/
|
||||||
|
|
||||||
|
# OSX Finder
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# IntelliJ
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# Eclipse
|
||||||
|
.worksheet
|
||||||
|
.settings
|
||||||
|
.cache
|
||||||
|
.cache-main
|
||||||
|
.cache-tests
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
|
||||||
|
target/
|
||||||
@ -2,6 +2,6 @@ name := "GildedRose"
|
|||||||
|
|
||||||
version := "1.0"
|
version := "1.0"
|
||||||
|
|
||||||
scalaVersion := "2.10.2"
|
scalaVersion := "2.12.1"
|
||||||
|
|
||||||
libraryDependencies += "org.scalatest" % "scalatest_2.10" % "2.0"
|
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1"
|
||||||
|
|||||||
2
scala/project/.gitignore
vendored
Normal file
2
scala/project/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
project/
|
||||||
|
target/
|
||||||
1
scala/project/build.properties
Normal file
1
scala/project/build.properties
Normal file
@ -0,0 +1 @@
|
|||||||
|
sbt.version=0.13.13
|
||||||
Loading…
Reference in New Issue
Block a user