From 19d14e71796a94403ac4706fa3413606f248d577 Mon Sep 17 00:00:00 2001 From: Matej Cerny Date: Sun, 28 Dec 2025 19:32:48 +0100 Subject: [PATCH] update to Scala 3.3.7 --- README.md | 3 +++ build.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",