File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ You may want to start with [Methods.scala](telegramium-core/src/main/scala/teleg
21
21
Create the dependency by adding the following lines to your build.sbt:
22
22
23
23
```
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"
26
26
```
27
27
28
28
Imports:
Original file line number Diff line number Diff line change 1
1
enablePlugins(GitPlugin )
2
2
3
3
ThisBuild / version := Version .mkVersion(
4
- " 1 .49.0" ,
4
+ " 2 .49.0" ,
5
5
git.gitCurrentBranch.value,
6
6
git.gitHeadCommit.value,
7
7
git.gitDescribedVersion.value,
You can’t perform that action at this time.
0 commit comments