Skip to content

Commit 0f81028

Browse files
authored
Merge pull request #99 from lolgab/bump-version-0.2.3
Bump version to 0.2.3
2 parents 8bb86b9 + 98240c8 commit 0f81028

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ SourceCode [![Build Status](https://travis-ci.org/lihaoyi/sourcecode.svg?branch=
22
==========
33

44
```scala
5-
"com.lihaoyi" %% "sourcecode" % "0.2.2" // Scala-JVM
6-
"com.lihaoyi" %%% "sourcecode" % "0.2.2" // Scala.js / Scala Native
5+
"com.lihaoyi" %% "sourcecode" % "0.2.3" // Scala-JVM
6+
"com.lihaoyi" %%% "sourcecode" % "0.2.3" // Scala.js / Scala Native
77
```
88

99
`sourcecode` is a small Scala library for that provides common "source code"

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ val scalaNativeVersions = for {
1818
trait SourcecodeModule extends PublishModule {
1919
def artifactName = "sourcecode"
2020

21-
def publishVersion = "0.2.2"
21+
def publishVersion = "0.2.3"
2222

2323
def pomSettings = PomSettings(
2424
description = artifactName(),

0 commit comments

Comments
 (0)