Skip to content

Commit 8bb86b9

Browse files
committed
0.2.2
1 parent f11a98a commit 8bb86b9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 7 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.1.9" // Scala-JVM
6-
"com.lihaoyi" %%% "sourcecode" % "0.1.9" // Scala.js / Scala Native
5+
"com.lihaoyi" %% "sourcecode" % "0.2.2" // Scala-JVM
6+
"com.lihaoyi" %%% "sourcecode" % "0.2.2" // Scala.js / Scala Native
77
```
88

99
`sourcecode` is a small Scala library for that provides common "source code"
@@ -625,6 +625,11 @@ in its `.toString` method.
625625
Version History
626626
===============
627627

628+
0.2.2
629+
-----
630+
631+
- Support for Scala-Native 0.4.0
632+
628633
0.1.9
629634
-----
630635

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.1"
21+
def publishVersion = "0.2.2"
2222

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

0 commit comments

Comments
 (0)