From e7795d763168d81435e7430105a7ef4c6985c45a Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Fri, 2 Sep 2022 18:49:59 -0300 Subject: [PATCH] release v0.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bbfd139..4237a99 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ enablePlugins(ScalaNativePlugin) name := "poncho" organization := "fiatjaf" scalaVersion := "3.1.3" -version := "0.2.0" +version := "0.2.1" libraryDependencies ++= Seq( "org.scodec" %%% "scodec-bits" % "1.1.32", "org.scodec" %%% "scodec-core" % "2.2.0",