Skip to content

Commit 8c5e2a5

Browse files
committed
Update scala versions
1 parent 0968810 commit 8c5e2a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import ReleaseTransformations._
77
val Scala211 = "2.11.12"
88
val NativeCond = s"matrix.scala == '$Scala211'"
99

10-
ThisBuild / crossScalaVersions := Seq(Scala211, "2.12.12", "2.13.5")
10+
ThisBuild / crossScalaVersions := Seq(Scala211, "2.12.13", "2.13.5")
1111
ThisBuild / scalaVersion := Scala211
1212

1313
ThisBuild / githubWorkflowPublishTargetBranches := Seq()
@@ -28,7 +28,7 @@ ThisBuild / githubWorkflowBuild := Seq(
2828
name = Some("Run native build"),
2929
cond = Some(NativeCond)))
3030

31-
val scalatestVersion = "3.2.4"
31+
val scalatestVersion = "3.2.9"
3232

3333
lazy val nativeCommonSettings = Def.settings(
3434
scalaVersion := Scala211,
@@ -184,7 +184,7 @@ lazy val examples = crossProject(JSPlatform, JVMPlatform, NativePlatform).crossT
184184
)
185185
.settings(noPublishSettings: _*)
186186
.platformsSettings(JVMPlatform, JSPlatform)(
187-
libraryDependencies += "com.chuusai" %%% "shapeless" % "2.3.3" % "test"
187+
libraryDependencies += "com.chuusai" %%% "shapeless" % "2.3.7" % "test"
188188
)
189189
.nativeSettings(
190190
nativeCommonSettings

0 commit comments

Comments
 (0)