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+
6026140.1.1
603615-----
604616
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def macroDependencies(version: String) =
1313 Seq ())
1414
1515lazy val sourcecode = crossProject.settings(
16- version := " 0.1.1 " ,
16+ version := " 0.1.2 " ,
1717 scalaVersion := " 2.11.7" ,
1818 name := " sourcecode" ,
1919 organization := " com.lihaoyi" ,
@@ -46,4 +46,4 @@ lazy val sourcecode = crossProject.settings(
4646)
4747
4848lazy 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