Open sergiosoriaolivares opened 6 years ago
sbt:
val scala_test_springboot= "org.scalatest.springboot" %% "scalatest-springboot" % "1.0" % Test
logs: [warn] module not found: org.scalatest.springboot#scalatest-springboot_2.12;1.0 [warn] ==== local: tried [warn] C:\Users\Sergio_Soriaolivares.ivy2\local\org.scalatest.springboot\scalatest-springboot_2.12\1.0\ivys\ivy.xml [warn] ==== public: tried [warn] https://repo1.maven.org/maven2/org/scalatest/springboot/scalatest-springboot_2.12/1.0/scalatest-springboot_2.12-1.0.pom
Hi @sergiosoriaolivares thank you for trying this tiny project. I have not published the jar to mvncentral yet but I will plan that.
In the mean time you locally create a jar mvn clean install .
mvn clean install
sbt:
val scala_test_springboot= "org.scalatest.springboot" %% "scalatest-springboot" % "1.0" % Test
logs: [warn] module not found: org.scalatest.springboot#scalatest-springboot_2.12;1.0 [warn] ==== local: tried [warn] C:\Users\Sergio_Soriaolivares.ivy2\local\org.scalatest.springboot\scalatest-springboot_2.12\1.0\ivys\ivy.xml [warn] ==== public: tried [warn] https://repo1.maven.org/maven2/org/scalatest/springboot/scalatest-springboot_2.12/1.0/scalatest-springboot_2.12-1.0.pom