com-lihaoyi / scalasql

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
194 stars 22 forks source link

Scala reflect error #16

Closed ruelshakya15 closed 5 months ago

ruelshakya15 commented 5 months ago

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?

lihaoyi commented 5 months ago

Can you try 0.1.4? I just released that with changes that should fix this error

ruelshakya15 commented 5 months ago

Yes seems like its fine now