Skip to content

Commit

Permalink
Merge pull request #32 from scala-exercises/with-timestamp
Browse files Browse the repository at this point in the history
Increment version number for including a timestamp in the library metadata
  • Loading branch information
Alejandro Gómez authored Jun 28, 2016
2 parents 1fda8c6 + 0caca38 commit 57e88bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ lazy val stdlib = (project in file("."))
organization := "org.scala-exercises",
name := "exercises-stdlib",
scalaVersion := "2.11.7",
version := "0.1.0",
version := "0.1.1",
resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots"),
Resolver.sonatypeRepo("releases")
),
libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % "2.2.5",
"org.scalatest" %% "scalatest" % "2.2.4",
"org.scala-exercises" %% "runtime" % "0.1.+" changing(),
"org.scala-exercises" %% "exercise-compiler" % "0.1.+" changing(),
"org.scala-exercises" %% "definitions" % "0.1.+" changing(),
"org.scalacheck" %% "scalacheck" % "1.12.5",
"com.github.alexarchambault" %% "scalacheck-shapeless_1.12" % "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.1.0", "0.13", "2.10")
addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.1.+", "0.13", "2.10")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

0 comments on commit 57e88bf

Please sign in to comment.