diff --git a/.scalafmt-common.conf b/.scalafmt-common.conf index 18e403e..3b69a26 100644 --- a/.scalafmt-common.conf +++ b/.scalafmt-common.conf @@ -4,7 +4,7 @@ # this file by hand! Instead, if you wish to make changes, you should # make a PR to sbt-lucuma. -version = "3.8.3" +version = "3.9.10" style = default runner.dialect = scala3 diff --git a/project/plugins.sbt b/project/plugins.sbt index 4f73520..4d9bfdc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.13.1") +addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.14.5") dependencyOverrides += "org.typelevel" %% "cats-effect" % "2.5.5" dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "2.4.0"