Merge pull request #56 from dbuschman7/master

upgraded Scala version to latest versions
This commit is contained in:
Emily Bache 2017-02-14 09:10:49 +01:00 committed by GitHub
commit e916fdd8ac
4 changed files with 24 additions and 2 deletions

19
scala/.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
/bin/
# OSX Finder
.DS_Store
# IntelliJ
.idea
*.iml
# Eclipse
.worksheet
.settings
.cache
.cache-main
.cache-tests
.project
.classpath
target/

View File

@ -2,6 +2,6 @@ name := "GildedRose"
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
View File

@ -0,0 +1,2 @@
project/
target/

View File

@ -0,0 +1 @@
sbt.version=0.13.13