File tree Expand file tree Collapse file tree
src/main/scala/io/github/stscoundrel/oldnorse Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ As Maven dependency.
1313<dependency >
1414 <groupId >io.github.stscoundrel</groupId >
1515 <artifactId >old-norse-dictionary</artifactId >
16- <version >0.2.0 </version > <!-- Note! Check latest release number -->
16+ <version >0.2.1 </version > <!-- Note! Check latest release number -->
1717</dependency >
1818```
1919
Original file line number Diff line number Diff line change 66
77 <groupId >io.github.stscoundrel</groupId >
88 <artifactId >oldnorse</artifactId >
9- <version >0.2.0 </version >
9+ <version >0.2.1 </version >
1010
1111 <name >old-norse-dictionary</name >
1212 <description >Old Norse Dictionary for Scala / Java. From The Cleasby and Vigfusson Old Norse to English Dictionary.</description >
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ package io.github.stscoundrel.oldnorse
33import com .google .gson .annotations .SerializedName
44
55case class DictionaryEntry (
6- @ (SerializedName @ scala.annotation.meta.field)(" a" ) headword : String ,
7- @ (SerializedName @ scala.annotation.meta.field)(" b" ) definitions : Array [String ]
6+ @ (SerializedName @ scala.annotation.meta.field)(" a" ) val headword : String ,
7+ @ (SerializedName @ scala.annotation.meta.field)(" b" ) val definitions : Array [String ]
88)
You can’t perform that action at this time.
0 commit comments