Skip to content

Commit

Permalink
Update Dokka to release version (from dev version). (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLennox authored Oct 19, 2023
1 parent 9d8767d commit 22af39b
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
<org.junit.version>5.10.0</org.junit.version>
<java.version>11</java.version>
<kotlin.version>1.9.10</kotlin.version>
<!-- Note: when this is updated to a non-dev version, remove the pluginDependencies with the Jetbrains dev repo below. -->
<dokka.version>1.9.10-dev-234</dokka.version>
<dokka.version>1.9.10</dokka.version>
<kotest.version>5.7.2</kotest.version>
<mockk.version>1.13.8</mockk.version>
</properties>
Expand Down Expand Up @@ -390,22 +389,6 @@
</plugins>
</build>


<pluginRepositories>
<pluginRepository>
<id>jetbrains-dev</id>
<name>Jetbrains development Repository</name>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>

<url>https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev/</url>
</pluginRepository>
</pluginRepositories>

<profiles>
<profile>
<id>coverage</id>
Expand Down

0 comments on commit 22af39b

Please sign in to comment.