File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,27 +28,27 @@ Kotlin. Here are some highlights:
2828Installation
2929------------
3030
31- Starting with ` 1.1 . 0 `, the latest version of `viktor` is available on [Maven Central ][maven- central].
31+ The latest version of `viktor` is available on [Maven Central ][maven- central].
3232If you' re using Gradle, just add the following to your `build.gradle` dependencies:
3333```groovy
34- implementation ' org.jetbrains.bio: viktor: 1.1 .0 '
34+ implementation ' org.jetbrains.bio: viktor: 1.2 .0 '
3535```
3636or, equivalently, add the following to your `build.gradle.kts` dependencies:
3737```kotlin
38- implementation("org.jetbrains.bio:viktor:1.1 .0")
38+ implementation("org.jetbrains.bio:viktor:1.2 .0")
3939```
4040With Maven, use the dependency
4141```xml
4242<dependency>
4343 <groupId>org.jetbrains.bio</groupId>
4444 <artifactId>viktor</artifactId>
45- <version>1.1 .0</version>
45+ <version>1.2 .0</version>
4646</dependency>
4747```
4848
49- Earlier versions can be downloaded from [GitHub Releases][releases].
49+ Versions older than `1.1.0` can be downloaded from [GitHub Releases][releases].
5050
51- [maven-central]: https://search.maven.org/artifact/org.jetbrains.bio/viktor/1.1 .0/jar
51+ [maven-central]: https://search.maven.org/artifact/org.jetbrains.bio/viktor/1.2 .0/jar
5252[releases]: https://github.com/JetBrains-Research/viktor/releases
5353
5454The JAR available on Maven Central currently targets only:
You can’t perform that action at this time.
0 commit comments