File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ SourceCode [
609
+
610
+ - Attempted fix for [ #17 ] ( https://github.com/lihaoyi/sourcecode/issues/17 ) and
611
+ [ #13 ] ( https://github.com/lihaoyi/sourcecode/issues/13 ) , thanks to
612
+ [ Simeon H.K. Fitch] ( https://github.com/metasim )
613
+
602
614
0.1.1
603
615
-----
604
616
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def macroDependencies(version: String) =
13
13
Seq ())
14
14
15
15
lazy val sourcecode = crossProject.settings(
16
- version := " 0.1.1 " ,
16
+ version := " 0.1.2 " ,
17
17
scalaVersion := " 2.11.7" ,
18
18
name := " sourcecode" ,
19
19
organization := " com.lihaoyi" ,
@@ -46,4 +46,4 @@ lazy val sourcecode = crossProject.settings(
46
46
)
47
47
48
48
lazy val js = sourcecode.js
49
- lazy val jvm = sourcecode.jvm
49
+ lazy val jvm = sourcecode.jvm
You can’t perform that action at this time.
0 commit comments