Skip to content

Commit

Permalink
Merge branch 'master' into update/scalameta-4.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jul 28, 2024
2 parents a9675f3 + a996cd0 commit 7719510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.2"
version = "3.8.3"
runner.dialect = scala213source3

project.excludePaths = [
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lazy val `slick-additions-codegen` =
"com.typesafe.slick" %% "slick-hikaricp" % slickVersion,
("org.scalameta" %% "scalameta" % "4.9.9")
.cross(CrossVersion.for3Use2_13).exclude("org.scala-lang.modules", "scala-collection-compat_2.13"),
("org.scalameta" %% "scalafmt-core" % "3.8.2")
("org.scalameta" %% "scalafmt-core" % "3.8.3")
.cross(CrossVersion.for3Use2_13).exclude("org.scala-lang.modules", "scala-collection-compat_2.13"),
"com.h2database" % "h2" % "2.3.230" % "test",
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
Expand Down

0 comments on commit 7719510

Please sign in to comment.