Skip to content

Commit 561cff0

Browse files
committed
Scala Native 0.5.x
1 parent 63d856a commit 561cff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ThisBuild / githubWorkflowBuildMatrixInclusions +=
2323
)
2424

2525
val tzdbVersion = "2019c"
26-
val scalajavaLocalesVersion = "1.6.0"
26+
val scalajavaLocalesVersion = "1.5.4"
2727
Global / onChangedBuildSource := ReloadOnSourceChanges
2828

2929
lazy val downloadFromZip: TaskKey[Unit] =
@@ -209,7 +209,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
209209
name := "tests",
210210
Keys.`package` := file(""),
211211
libraryDependencies +=
212-
"org.scalatest" %%% "scalatest" % "3.2.14" % Test,
212+
"org.scalatest" %%% "scalatest" % "3.2.18" % Test,
213213
scalacOptions ~= (_.filterNot(
214214
Set("-Wnumeric-widen", "-Ywarn-numeric-widen", "-Ywarn-value-discard", "-Wvalue-discard")
215215
))

0 commit comments

Comments
 (0)