Cats experiments

This commit is contained in:
Pavel Kachalouski
2023-07-30 21:01:22 +02:00
parent cb49d36849
commit 44ca91f7e9
29 changed files with 1051 additions and 962 deletions

View File

@@ -1,2 +1,3 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.0")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")