diff --git a/README.md b/README.md index 863edc2..605fcec 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ SourceCode [![Build Status](https://travis-ci.org/lihaoyi/sourcecode.svg?branch= ========== ```scala -"com.lihaoyi" %% "sourcecode" % "0.2.2" // Scala-JVM -"com.lihaoyi" %%% "sourcecode" % "0.2.2" // Scala.js / Scala Native +"com.lihaoyi" %% "sourcecode" % "0.2.3" // Scala-JVM +"com.lihaoyi" %%% "sourcecode" % "0.2.3" // Scala.js / Scala Native ``` `sourcecode` is a small Scala library for that provides common "source code" diff --git a/build.sc b/build.sc index 25ddce9..c2b7d32 100644 --- a/build.sc +++ b/build.sc @@ -18,7 +18,7 @@ val scalaNativeVersions = for { trait SourcecodeModule extends PublishModule { def artifactName = "sourcecode" - def publishVersion = "0.2.2" + def publishVersion = "0.2.3" def pomSettings = PomSettings( description = artifactName(),