Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jun 17, 2024
1 parent 9bccabd commit aabf64d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ trait ScalaSql extends Common{ common =>
ivy"org.apache.logging.log4j:log4j-slf4j-impl:2.20.0",

) ++ Option.when(scalaVersion().startsWith("2."))(
ivy"org.scala-lang:scala-reflect:$scalaVersion"
ivy"org.scala-lang:scala-reflect:${scalaVersion()}"
)


Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ you are able to investigate and fix them!
To get started with ScalaSql, add it to your `build.sc` file as follows:

```scala
ivy"com.lihaoyi::scalasql:0.1.3"
ivy"com.lihaoyi::scalasql:0.1.4"
```

ScalaSql supports Scala 2.13.x and >=3.4.2
Expand Down Expand Up @@ -128,6 +128,10 @@ ScalaSql supports Scala 2.13.x and >=3.4.2

## Changelog

### 0.1.4

* Second attempt at fixing invalid version of scala-reflect dependency

### 0.1.3

* Support for Scala 3.4.2 and [#11](https://github.com/com-lihaoyi/scalasql/pull/11)
Expand Down

0 comments on commit aabf64d

Please sign in to comment.