Skip to content

Commit

Permalink
Update singleton-ops to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 3, 2020
1 parent 4128249 commit 2902489
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 @@ -35,7 +35,7 @@ lazy val coreSettings = Seq(
libraryDependencies ++= Seq(
scalaOrganization.value % "scala-reflect" % scalaVersion.value % "provided",
"com.chuusai" %%% "shapeless" % "2.3.3",
"eu.timepit" %%% "singleton-ops" % "0.5.1",
"eu.timepit" %%% "singleton-ops" % "0.5.2",
"org.typelevel" %%% "spire" % "0.17.0",
"org.typelevel" %%% "spire-laws" % "0.17.0" % "test",
"org.scalatest" %%% "scalatest" % "3.2.2" % "test"
Expand Down

0 comments on commit 2902489

Please sign in to comment.