Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thepieterdc committed Sep 22, 2021
1 parent 7f41fa4 commit 6426983
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ repositories {
}

dependencies {
implementation group: 'io.github.thepieterdc.dodona', name: 'api', version: '2.0.0'
implementation group: 'io.github.thepieterdc.dodona', name: 'impl', version: '2.0.0'
implementation group: 'io.github.thepieterdc.dodona', name: 'api', version: '2.0.1'
implementation group: 'io.github.thepieterdc.dodona', name: 'impl', version: '2.0.1'

implementation group: 'com.github.marlonlom', name: 'timeago', version: '4.0.3'

Expand Down Expand Up @@ -99,6 +99,9 @@ jacocoTestReport {

patchPluginXml {
changeNotes = """
<ul>
<li>Update dependencies.</li>
</ul>
"""

pluginDescription = 'Companion plugin for the Ghent University Dodona platform, which allows you to submit exercises right from your favourite JetBrains IDE. More information can be found at <a href="https://docs.dodona.be/en/guides/pycharm-plugin/">https://docs.dodona.be/en/guides/pycharm-plugin/</a>'
Expand Down

0 comments on commit 6426983

Please sign in to comment.