Skip to content

Commit

Permalink
version 0.1.2: Scala version updated to 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ExNexu committed Oct 5, 2013
1 parent 0835764 commit a17809f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
This is a [giter8](https://github.com/n8han/giter8) template for generating a new scala project. It
comes bundled with:
This is a [giter8](https://github.com/n8han/giter8) template for generating a new scala project. It comes bundled with:

* `main` and `test` source directories
* [ScalaTest](http://www.scalatest.org/)
* SBT configuration for `0.13.0`, scala `2.10.2`, and `scalatest` dependencies
* SBT configuration for `0.13.0`, Scala `2.10.3`, and `Scalatest` dependencies
* project `name`, `organization` and `version` customizable as variables

## CHANGELOG

### 0.1.2
* Scala 2.10.3

### 0.1.1
* scalatest 1.9.2 for testing
* sbt 0.13.0
* Scalatest 1.9.2 for testing
* Sbt 0.13.0

### 0.1.0 (Initial release!)
* scalatest 1.9.1 for testing
* sbt 0.12.4
* scala 2.10.2
* Scalatest 1.9.1 for testing
* Sbt 0.12.4
* Scala 2.10.2

2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ organization := "$organization$"

version := "$version$"

scalaVersion := "2.10.2"
scalaVersion := "2.10.3"

libraryDependencies ++= Seq(
"org.scalatest" % "scalatest_2.10" % "1.9.2" % "test"
Expand Down

0 comments on commit a17809f

Please sign in to comment.