Skip to content

Commit

Permalink
Action sbt scalafmtSbt
Browse files Browse the repository at this point in the history
  • Loading branch information
takapi327 committed Dec 30, 2024
1 parent 019cdd3 commit e9af719
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ lazy val dsl = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.module("dsl", "Projects that provide a way to connect to the database")
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %%% "twiddles-core" % "0.8.0",
"org.typelevel" %%% "twiddles-core" % "0.8.0",
"org.typelevel" %%% "cats-effect" % "3.5.7",
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test
)
Expand All @@ -84,8 +84,7 @@ lazy val statement = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.module("statement", "Project for building type-safe statements")
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %%% "twiddles-core" % "0.8.0",
"org.scalatest" %%% "scalatest" % "3.2.18" % Test
"org.scalatest" %%% "scalatest" % "3.2.18" % Test
)
)
.dependsOn(dsl)
Expand Down

0 comments on commit e9af719

Please sign in to comment.