We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b7a06 commit c5a6272Copy full SHA for c5a6272
CHANGELOG
@@ -1,3 +1,8 @@
1
+Version 1.1.4 (2025-04-17)
2
+--------------------------
3
+Add vendorAsSnakeCase and nameAsSnakeCase (#101)
4
+Install sbt in github actions (#102)
5
+
6
Version 1.1.3 (2023-01-17)
7
--------------------------
8
Build and publish for scala 3 (#98)
README.md
@@ -22,7 +22,7 @@ $ sbt compile
22
In order to include Iglu Scala Core into your project, add following to your `build.sbt`:
23
24
```scala
25
-libraryDependencies += "com.snowplowanalytics" % "iglu-core" % "1.1.3"
+libraryDependencies += "com.snowplowanalytics" % "iglu-core" % "1.1.4"
26
```
27
28
## Find out more
0 commit comments