File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ lazy val core = (projectMatrix in file("core"))
109
109
settings = commonJsSettings ++ browserChromeTestSettings
110
110
)
111
111
.nativePlatform(
112
- scalaVersions = scala2,
112
+ scalaVersions = scala2 ++ scala3 ,
113
113
settings = commonNativeSettings
114
114
)
115
115
@@ -127,7 +127,7 @@ lazy val ws = (projectMatrix in file("ws"))
127
127
settings = commonJsSettings ++ browserChromeTestSettings
128
128
)
129
129
.nativePlatform(
130
- scalaVersions = scala2,
130
+ scalaVersions = scala2 ++ scala3 ,
131
131
settings = commonNativeSettings
132
132
)
133
133
.dependsOn(core)
Original file line number Diff line number Diff line change 1
1
libraryDependencies += " org.scala-js" %% " scalajs-env-selenium" % " 1.1.1"
2
2
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.8.0" )
3
- addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.2 " )
3
+ addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.3-RC1 " )
4
4
addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.9.0" )
5
5
6
6
val sbtSoftwareMillVersion = " 2.0.9"
You can’t perform that action at this time.
0 commit comments