File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ trait ScalaSql extends Common{ common =>
4343 ivy " org.apache.logging.log4j:log4j-slf4j-impl:2.20.0 " ,
4444
4545 ) ++ Option .when(scalaVersion().startsWith(" 2." ))(
46- ivy " org.scala-lang:scala-reflect: $scalaVersion"
46+ ivy " org.scala-lang:scala-reflect: ${ scalaVersion()} "
4747 )
4848
4949
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ you are able to investigate and fix them!
6969To get started with ScalaSql, add it to your ` build.sc ` file as follows:
7070
7171``` scala
72- ivy " com.lihaoyi::scalasql:0.1.3 "
72+ ivy " com.lihaoyi::scalasql:0.1.4 "
7373```
7474
7575ScalaSql supports Scala 2.13.x and >=3.4.2
@@ -128,6 +128,10 @@ ScalaSql supports Scala 2.13.x and >=3.4.2
128128
129129## Changelog
130130
131+ ### 0.1.4
132+
133+ * Second attempt at fixing invalid version of scala-reflect dependency
134+
131135### 0.1.3
132136
133137* Support for Scala 3.4.2 and [ #11 ] ( https://github.com/com-lihaoyi/scalasql/pull/11 )
You can’t perform that action at this time.
0 commit comments