diff --git a/README.md b/README.md index bd73533..9ba2878 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # FunctionName +![](https://img.shields.io/badge/Scala%203-%23de3423.svg?logo=scala&logoColor=white) +[![Latest version](https://maven-badges.sml.io/sonatype-central/io.github.matejcerny/function-name_3/badge.svg)](https://repo1.maven.org/maven2/io/github/matejcerny/function-name_3) +[![Build Status](https://github.com/matejcerny/function-name/actions/workflows/ci.yml/badge.svg)](https://github.com/matejcerny/function-name/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/matejcerny/function-name/graph/badge.svg?token=SF6YT4QRVM)](https://codecov.io/gh/matejcerny/function-name) Simple Scala 3 macro which generates name of the function as an opaque type. diff --git a/build.conf b/build.conf index c5bfce9..e25c1a8 100644 --- a/build.conf +++ b/build.conf @@ -1,6 +1,6 @@ name = "function-name" organization = "io.github.matejcerny" -scalaVersion = "3.3.4" +scalaVersion = "3.3.7" scalacOptions = [ "-explain",