Skip to content

Commit cbd185b

Browse files
committed
Update scala versions
1 parent ebf78c6 commit cbd185b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
scala: [ '2.11.12', '2.12.15', '2.13.8', '3.1.3' ]
30+
scala: [ '2.11.12', '2.12.17', '2.13.10', '3.2.1' ]
3131
platform: [ 'JVM', 'JS', 'Native' ]
3232
steps:
3333
- name: Checkout current branch

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
247247
publish / skip := true,
248248
Keys.`package` := file(""),
249249
libraryDependencies +=
250-
"org.scalatest" %%% "scalatest" % "3.2.13" % Test,
250+
"org.scalatest" %%% "scalatest" % "3.2.14" % Test,
251251
scalacOptions ~= (_.filterNot(
252252
Set("-Wnumeric-widen", "-Ywarn-numeric-widen", "-Ywarn-value-discard", "-Wvalue-discard")
253253
))

0 commit comments

Comments
 (0)