From e11b9970e260c071fcc76c487161221df15411b3 Mon Sep 17 00:00:00 2001 From: "Frank S. Thomas" Date: Fri, 31 May 2019 20:39:39 +0200 Subject: [PATCH 1/2] Update to Scala 2.13.0-RC3 --- .travis.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98d853cf1..d4511a169 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ jobs: after_success: - codecov - - scala: 2.13.0-RC2 # Remember to update this in build.sbt, too. + - scala: 2.13.0-RC3 # Remember to update this in build.sbt, too. script: - sbt ++$TRAVIS_SCALA_VERSION coreJVM/test scalacheckJVM/test scalazJVM/test shapelessJVM/test && sbt ++$TRAVIS_SCALA_VERSION coreJS/test scalacheckJS/test scalazJS/test shapelessJS/test diff --git a/build.sbt b/build.sbt index 1f35d33cc..f76aeaf60 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git" // Remember to update these in .travis.yml, too. val Scala211 = "2.11.12" val Scala212 = "2.12.8" -val Scala213 = "2.13.0-RC2" +val Scala213 = "2.13.0-RC3" val catsVersion = "1.6.0" val jsonpathVersion = "2.4.0" From 08e790fa75b230512c459b67a492245912b5c408 Mon Sep 17 00:00:00 2001 From: "Frank S. Thomas" Date: Fri, 31 May 2019 21:00:53 +0200 Subject: [PATCH 2/2] Add release notes --- notes/0.9.7.markdown | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 notes/0.9.7.markdown diff --git a/notes/0.9.7.markdown b/notes/0.9.7.markdown new file mode 100644 index 000000000..eab0340ff --- /dev/null +++ b/notes/0.9.7.markdown @@ -0,0 +1,7 @@ +### Updates + +* Update Scala 2.13 to 2.13.0-RC3. ([#639][#639] by [@fthomas][@fthomas]) + +[#639]: https://github.com/fthomas/refined/pull/639 + +[@fthomas]: https://github.com/fthomas