Skip to content

Commit

Permalink
Merge pull request #245 from scala-steward/update/twiddles-core-0.6.1
Browse files Browse the repository at this point in the history
Update twiddles-core to 0.6.1
  • Loading branch information
ValdemarGr authored Nov 24, 2023
2 parents 9b08417 + f355dec commit 5419903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ lazy val sharedSettings = Seq(
"-Wconf:cat=unused-nowarn:s",
"-Ywarn-unused:-nowarn",
"-Xmigration",
"-Xsource:3",
"-Xsource:3"
)
} else Seq.empty // Seq("-explain")
},
Expand Down Expand Up @@ -270,7 +270,7 @@ lazy val serverGoi = project
name := "gql-server-goi",
libraryDependencies ++= Seq(
"com.beachape" %% "enumeratum" % "1.7.2",
"org.typelevel" %% "twiddles-core" % "0.6.0"
"org.typelevel" %% "twiddles-core" % "0.6.1"
)
)
.dependsOn(core)
Expand Down

0 comments on commit 5419903

Please sign in to comment.