Skip to content

Commit

Permalink
Bump version to 2.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Lucero <ignacio.lucero@moia.io>
  • Loading branch information
houcros committed Nov 1, 2024
1 parent ead3572 commit 3188f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Reading/writing a previous model should reflect similar semantics regarding the
To use the library, add the following to your `build.sbt`:

```sbt
libraryDependencies += "io.moia" %% "teleproto" % "2.3.0"
libraryDependencies += "io.moia" %% "teleproto" % "2.4.1"
```

If you also want to be able to write to (`VersionedModelWriter.toJson`) and read from (`VersionedModelReader.fromJson`)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val `teleproto` = project
.settings(Project.inConfig(Test)(sbtprotoc.ProtocPlugin.protobufConfigSettings): _*)
.settings(
name := "teleproto",
version := "2.3.0",
version := "2.4.1",
versionScheme := Some("early-semver"),
libraryDependencies ++= Seq(
library.scalaPB % "protobuf;compile",
Expand Down

0 comments on commit 3188f9f

Please sign in to comment.