Skip to content

Commit

Permalink
Merge branch 'master' into update/scalameta-4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 29, 2024
2 parents f8ece24 + 95dcf54 commit accdf33
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.0"
version = "3.8.1"
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.3")
.cross(CrossVersion.for3Use2_13).exclude("org.scala-lang.modules", "scala-collection-compat_2.13"),
("org.scalameta" %% "scalafmt-core" % "3.8.0")
("org.scalameta" %% "scalafmt-core" % "3.8.1")
.cross(CrossVersion.for3Use2_13).exclude("org.scala-lang.modules", "scala-collection-compat_2.13"),
"com.h2database" % "h2" % "2.2.224" % "test",
"org.scalatest" %% "scalatest" % "3.2.18" % "test"
Expand Down

0 comments on commit accdf33

Please sign in to comment.