<dependency>
<groupId>io.github.scalapb-json</groupId>
<artifactId>scalapb-circe_native0.4_2.13</artifactId>
<version>0.15.1</version>
</dependency>
libraryDependencies += "io.github.scalapb-json" % "scalapb-circe_native0.4_2.13" % "0.15.1"
@Grapes(
@Grab(group='io.github.scalapb-json', module='scalapb-circe_native0.4_2.13', version='0.15.1')
)
<dependency org="io.github.scalapb-json" name="scalapb-circe_native0.4_2.13" rev="0.15.1" />
compile
|-- org.scala-lang:scala-library:2.13.12
|-- org.scala-native:scalalib_native0.4_2.13:0.4.16
|-- io.github.scalapb-json:scalapb-json-common_native0.4_2.13:0.9.0
|-- io.circe:circe-parser_native0.4_2.13:0.14.6
test
|-- org.scala-native:test-interface_native0.4_2.13:0.4.16
|-- com.github.scalaprops:scalaprops_native0.4_2.13:0.9.1
|-- io.circe:circe-generic_native0.4_2.13:0.14.6
|-- com.thesamet.scalapb:scalapb-runtime_native0.4_2.13:0.11.14
|-- org.scalatest:scalatest-funspec_native0.4_2.13:3.2.17
|-- org.scalatest:scalatest-flatspec_native0.4_2.13:3.2.17
|-- org.scalatest:scalatest-freespec_native0.4_2.13:3.2.17
|-- org.scalatest:scalatest-mustmatchers_native0.4_2.13:3.2.17
|-- org.scalatest:scalatest-shouldmatchers_native0.4_2.13:3.2.17