Skip to content

Commit

Permalink
Some tweaks (#7)
Browse files Browse the repository at this point in the history
* Use '%%%' for shapeless3-deriving dependency in build.sbt

* Update sbt to the 1.10.1
  • Loading branch information
danicheg authored Aug 10, 2024
1 parent 87c78bd commit ce36769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ lazy val zipper = crossProject(JSPlatform, JVMPlatform).in(file("."))
case v if v.startsWith("2") =>
"com.chuusai" %%% "shapeless" % "2.3.10"
case _ =>
"org.typelevel" %% "shapeless3-deriving" % "3.4.1"
"org.typelevel" %%% "shapeless3-deriving" % "3.4.1"
}
},
libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.10.1

0 comments on commit ce36769

Please sign in to comment.