Scala ORM to query SQL databases from Scala via concise, type-safe, and familiar case classes and collection operations. Connects to Postgres, MySql, H2, and Sqlite out of the box
I tried importing the dependency using maven, I get this error "Could not find artifact org.scala-lang:scala-reflect:pom:scalasql[2.13.12].scalaVersion in central (https://repo.maven.apache.org/maven2)",
-tried different 2.13.x versions
-tried all the different versions of scalasql , Can I get some insights on how to fix this?
I tried importing the dependency using maven, I get this error "Could not find artifact org.scala-lang:scala-reflect:pom:scalasql[2.13.12].scalaVersion in central (https://repo.maven.apache.org/maven2)", -tried different 2.13.x versions -tried all the different versions of scalasql , Can I get some insights on how to fix this?