Skip to content

Commit

Permalink
Update newtypes-core to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Sep 7, 2024
1 parent a2416d6 commit 4c779ed
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 @@ -31,7 +31,7 @@ lazy val `natchez-tagless-root` = tlCrossRootProject.aggregate(
lazy val doctestSettings: Seq[Def.Setting[?]] = Seq(
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.18.0" % Test,
"io.monix" %%% "newtypes-core" % "0.2.3" % Test,
"io.monix" %%% "newtypes-core" % "0.3.0" % Test,
),
doctestOnlyCodeBlocksMode := true,
Test / scalacOptions ~= {
Expand Down

0 comments on commit 4c779ed

Please sign in to comment.