Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
japgolly committed Apr 28, 2019
1 parent bbb4297 commit 487ccad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/history/0.5.md
Expand Up @@ -116,8 +116,8 @@
* Scala.JS 0.6.27
* Scalatags 0.6.8
* scalajs-react 1.3.1
* scala-js-dom 0.9.6
* UnivEq 1.0.5
* scala-js-dom 0.9.7
* UnivEq 1.0.6

If you like what I do
—my OSS libraries, my contributions to other OSS libs, [my programming blog](https://japgolly.blogspot.com)
Expand Down
4 changes: 2 additions & 2 deletions project/Build.scala
Expand Up @@ -23,11 +23,11 @@ object ScalaCssBuild {
final val ReactJs = "15.5.4"
final val Scala211 = "2.11.11"
final val Scala212 = "2.12.8"
final val ScalaJsDom = "0.9.6"
final val ScalaJsDom = "0.9.7"
final val ScalaJsReact = "1.3.1"
final val Scalatags = "0.6.8"
final val Scalaz = "7.2.18"
final val UnivEq = "1.0.5"
final val UnivEq = "1.0.6"
}

def scalacFlags = Def.setting(
Expand Down

0 comments on commit 487ccad

Please sign in to comment.