Skip to content

Commit 4ac0919

Browse files
committed
set version to 0.5.3
1 parent 5be5efc commit 4ac0919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object MyBuild extends Build{
1818
//scalacOptions ++= Seq("-Xprint:patmat", "-Xshow-phases"),
1919
testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-oFD"),
2020
parallelExecution := false, // <- until TMap thread-safety issues are resolved
21-
version := "0.5.2",
21+
version := "0.5.3",
2222
organizationName := "Jan Christopher Vogt",
2323
organization := "org.cvogt",
2424
scalacOptions in (Compile, doc) <++= (version,sourceDirectory in Compile,name).map((v,src,n) => Seq(

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ src/test/scala/*
4040

4141
Sbt setup:
4242

43-
libraryDependencies += "org.cvogt" %% "scala-extensions" % "0.5.2"
43+
libraryDependencies += "org.cvogt" %% "scala-extensions" % "0.5.3"

0 commit comments

Comments
 (0)