diff --git a/.scalafmt.conf b/.scalafmt.conf index fea15da..9986f74 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,2 +1,2 @@ -version = "3.10.1" +version = "3.10.2" runner.dialect = "scala213source3" diff --git a/build.sbt b/build.sbt index 11963d6..0787b82 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import com.typesafe.tools.mima.core._ inThisBuild( List( scalaVersion := "2.12.20", - crossScalaVersions := Seq("2.12.20", "2.13.17", "3.3.7"), + crossScalaVersions := Seq("2.12.20", "2.13.18", "3.3.7"), scalacOptions ++= List("-release", "8"), javacOptions ++= List("-target", "8", "-source", "8"), organization := "com.thesamet.scalapb"