Skip to content

Commit 1f7b404

Browse files
committed
Update version
1 parent 13c4aa0 commit 1f7b404

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ You may want to start with [Methods.scala](telegramium-core/src/main/scala/teleg
2121
Create the dependency by adding the following lines to your build.sbt:
2222

2323
```
24-
libraryDependencies += "io.github.apimorphism" %% "telegramium-core" % "1.49.0"
25-
libraryDependencies += "io.github.apimorphism" %% "telegramium-high" % "1.49.0"
24+
libraryDependencies += "io.github.apimorphism" %% "telegramium-core" % "2.49.0"
25+
libraryDependencies += "io.github.apimorphism" %% "telegramium-high" % "2.49.0"
2626
```
2727

2828
Imports:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
enablePlugins(GitPlugin)
22

33
ThisBuild / version := Version.mkVersion(
4-
"1.49.0",
4+
"2.49.0",
55
git.gitCurrentBranch.value,
66
git.gitHeadCommit.value,
77
git.gitDescribedVersion.value,

0 commit comments

Comments
 (0)