File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ val scala2_13 = "2.13.8"
9
9
val scala2 = List (scala2_11, scala2_12, scala2_13)
10
10
val scala3 = List (" 3.1.2" )
11
11
12
- val sttpModelVersion = " 1.4.25 "
12
+ val sttpModelVersion = " 1.4.26 "
13
13
14
14
val scalaTestVersion = " 3.2.12"
15
15
val zio1Version = " 1.0.14"
@@ -110,7 +110,7 @@ lazy val core = (projectMatrix in file("core"))
110
110
settings = commonJsSettings ++ browserChromeTestSettings
111
111
)
112
112
.nativePlatform(
113
- scalaVersions = scala2,
113
+ scalaVersions = scala2 ++ scala3 ,
114
114
settings = commonNativeSettings
115
115
)
116
116
@@ -128,7 +128,7 @@ lazy val ws = (projectMatrix in file("ws"))
128
128
settings = commonJsSettings ++ browserChromeTestSettings
129
129
)
130
130
.nativePlatform(
131
- scalaVersions = scala2,
131
+ scalaVersions = scala2 ++ scala3 ,
132
132
settings = commonNativeSettings
133
133
)
134
134
.dependsOn(core)
You can’t perform that action at this time.
0 commit comments