Skip to content

Commit

Permalink
Merge pull request #27 from scala-exercises/bump
Browse files Browse the repository at this point in the history
Bump first release
  • Loading branch information
raulraja authored Jun 27, 2016
2 parents 694c4a5 + d11dee2 commit 89e7bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lazy val stdlib = (project in file("."))
organization := "org.scala-exercises",
name := "exercises-stdlib",
scalaVersion := "2.11.7",
version := "0.0.0-SNAPSHOT",
version := "0.1.0",
resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots")
),
Expand Down

0 comments on commit 89e7bd5

Please sign in to comment.