Skip to content

Commit edeb6bf

Browse files
committed
0.2.1
1 parent bb15f38 commit edeb6bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.sc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import mill._, scalalib._, scalajslib._, scalanativelib._, publish._
44
trait SourcecodeModule extends PublishModule {
55
def artifactName = "sourcecode"
66

7-
def publishVersion = "0.2.0"
7+
def publishVersion = "0.2.1"
88

99
def pomSettings = PomSettings(
1010
description = artifactName(),
@@ -86,7 +86,7 @@ object sourcecode extends Module {
8686

8787
object js extends Cross[JsSourcecodeModule](
8888
("2.11.12", "0.6.28"), ("2.12.10", "0.6.28"), ("2.13.1", "0.6.28"),
89-
("2.11.12", "1.0.0-RC2"), ("2.12.10", "1.0.0-RC2"), ("2.13.1", "1.0.0-RC2")
89+
("2.11.12", "1.0.0"), ("2.12.10", "1.0.0"), ("2.13.1", "1.0.0")
9090
)
9191
class JsSourcecodeModule(val crossScalaVersion: String, crossJSVersion: String)
9292
extends SourcecodeMainModule with ScalaJSModule with SourcecodeModule {
@@ -101,7 +101,7 @@ object sourcecode extends Module {
101101
val crossScalaVersion = JsSourcecodeModule.this.crossScalaVersion
102102
}
103103
}
104-
104+
/*
105105
object native extends Cross[NativeSourcecodeModule](("2.11.12", "0.3.8")/*, ("2.11.12", "0.4.0-M2")*/)
106106
class NativeSourcecodeModule(val crossScalaVersion: String, crossScalaNativeVersion: String)
107107
extends SourcecodeMainModule with ScalaNativeModule with SourcecodeModule {
@@ -116,5 +116,5 @@ object sourcecode extends Module {
116116
def moduleDeps = Seq(NativeSourcecodeModule.this)
117117
val crossScalaVersion = NativeSourcecodeModule.this.crossScalaVersion
118118
}
119-
}
119+
}*/
120120
}

mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This is a wrapper script, that automatically download mill from GitHub release pages
44
# You can give the required mill version with MILL_VERSION env variable
55
# If no version is given, it falls back to the value of DEFAULT_MILL_VERSION
6-
DEFAULT_MILL_VERSION=0.5.7
6+
DEFAULT_MILL_VERSION=0.6.0-15-ee0405
77

88
set -e
99

0 commit comments

Comments
 (0)