Skip to content

Commit 1347141

Browse files
committed
update to Scala 3.3.7
1 parent 1f46bc5 commit 1347141

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# FunctionName
22

3+
![](https://img.shields.io/badge/Scala%203-%23de3423.svg?logo=scala&logoColor=white)
4+
[![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)
5+
[![Build Status](https://github.com/matejcerny/function-name/actions/workflows/ci.yml/badge.svg)](https://github.com/matejcerny/function-name/actions/workflows/ci.yml)
36
[![codecov](https://codecov.io/gh/matejcerny/function-name/graph/badge.svg?token=SF6YT4QRVM)](https://codecov.io/gh/matejcerny/function-name)
47

58
Simple Scala 3 macro which generates name of the function as an opaque type.

build.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "function-name"
22
organization = "io.github.matejcerny"
3-
scalaVersion = "3.3.4"
3+
scalaVersion = "3.3.7"
44

55
scalacOptions = [
66
"-explain",

0 commit comments

Comments
 (0)