11ThisBuild / tlBaseVersion := " 1.0"
22
33// Our Scala versions.
4- lazy val `scala-2.13` = " 2.13.12 "
4+ lazy val `scala-2.13` = " 2.13.14 "
55lazy val `scala-3.0` = " 3.3.3"
66
77ThisBuild / scalaVersion := `scala-2.13`
@@ -156,8 +156,8 @@ lazy val circe = crossProject(JVMPlatform, JSPlatform, NativePlatform)
156156 .settings(
157157 name := " skunk-circe" ,
158158 libraryDependencies ++= Seq (
159- " io.circe" %%% " circe-core" % " 0.14.6 " ,
160- " io.circe" %%% " circe-jawn" % " 0.14.6 "
159+ " io.circe" %%% " circe-core" % " 0.14.7 " ,
160+ " io.circe" %%% " circe-jawn" % " 0.14.7 "
161161 )
162162 )
163163
@@ -183,10 +183,10 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
183183 .settings(
184184 tlFatalWarnings := false ,
185185 libraryDependencies ++= Seq (
186- " org.scalameta" %%% " munit" % " 1.0.0-M11 " ,
187- " org.scalameta" % " junit-interface" % " 1.0.0-M12 " ,
186+ " org.scalameta" %%% " munit" % " 1.0.0-RC1 " ,
187+ " org.scalameta" % " junit-interface" % " 1.0.0-RC1 " ,
188188 " org.typelevel" %%% " scalacheck-effect-munit" % " 2.0.0-M2" ,
189- " org.typelevel" %%% " munit-cats-effect" % " 2.0.0-M5 " ,
189+ " org.typelevel" %%% " munit-cats-effect" % " 2.0.0-RC1 " ,
190190 " org.typelevel" %%% " cats-free" % " 2.10.0" ,
191191 " org.typelevel" %%% " cats-laws" % " 2.10.0" ,
192192 " org.typelevel" %%% " cats-effect-testkit" % " 3.5.4" ,
0 commit comments