Skip to content

Commit aabf64d

Browse files
committed
0.1.4
1 parent 9bccabd commit aabf64d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ you are able to investigate and fix them!
6969
To 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

7575
ScalaSql 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)

0 commit comments

Comments
 (0)