Skip to content

Commit b4ddefd

Browse files
committed
Update scalatest to 3.2.6
1 parent 0cf4c9b commit b4ddefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
33
val dottyVersion = "3.0.0-RC1"
44
val scala213Version = "2.13.5"
55
val spireVersion = "0.17.0"
6-
val scalaTestVersion = "3.2.5"
6+
val scalaTestVersion = "3.2.6"
77

88
scalaVersion := dottyVersion
99

0 commit comments

Comments
 (0)