Skip to content

Commit

Permalink
Merge pull request #425 from nafg/update/scalameta-4.12.2
Browse files Browse the repository at this point in the history
Update scalameta to 4.12.2
  • Loading branch information
mergify[bot] authored Dec 20, 2024
2 parents 2fadff3 + e49b2d4 commit d18c778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lazy val `slick-additions-codegen` =
.settings(
libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick-hikaricp" % slickVersion,
("org.scalameta" %% "scalameta" % "4.12.1")
("org.scalameta" %% "scalameta" % "4.12.2")
.cross(CrossVersion.for3Use2_13).exclude("org.scala-lang.modules", "scala-collection-compat_2.13"),
("org.scalameta" %% "scalafmt-core" % "3.8.3")
.cross(CrossVersion.for3Use2_13).exclude("org.scala-lang.modules", "scala-collection-compat_2.13"),
Expand Down

0 comments on commit d18c778

Please sign in to comment.