@@ -151,7 +151,7 @@ lazy val `jsoniter-scala-core` = crossProject(JVMPlatform, JSPlatform, NativePla
151151 .settings(commonSettings)
152152 .settings(publishSettings)
153153 .settings(
154- crossScalaVersions := Seq (" 3.3.4 " , " 2.13.16" , " 2.12.20" ),
154+ crossScalaVersions := Seq (" 3.3.5 " , " 2.13.16" , " 2.12.20" ),
155155 libraryDependencies ++= Seq (
156156 " org.scala-lang.modules" %%% " scala-collection-compat" % " 2.12.0" % Test ,
157157 " org.scalatestplus" %%% " scalacheck-1-18" % " 3.2.19.0" % Test ,
@@ -183,7 +183,7 @@ lazy val `jsoniter-scala-macros` = crossProject(JVMPlatform, JSPlatform, NativeP
183183 .settings(commonSettings)
184184 .settings(publishSettings)
185185 .settings(
186- crossScalaVersions := Seq (" 3.3.4 " , " 2.13.16" , " 2.12.20" ),
186+ crossScalaVersions := Seq (" 3.3.5 " , " 2.13.16" , " 2.12.20" ),
187187 libraryDependencies ++= (CrossVersion .partialVersion(scalaVersion.value) match {
188188 case Some ((2 , _)) => Seq (
189189 " org.scala-lang" % " scala-reflect" % scalaVersion.value,
@@ -211,7 +211,7 @@ lazy val `jsoniter-scala-circe` = crossProject(JVMPlatform, JSPlatform, NativePl
211211 .settings(commonSettings)
212212 .settings(publishSettings)
213213 .settings(
214- crossScalaVersions := Seq (" 3.3.4 " , " 2.13.16" , " 2.12.20" ),
214+ crossScalaVersions := Seq (" 3.3.5 " , " 2.13.16" , " 2.12.20" ),
215215 libraryDependencies ++= Seq (
216216 " io.circe" %%% " circe-core" % " 0.14.10" ,
217217 " io.circe" %%% " circe-parser" % " 0.14.10" % Test ,
0 commit comments