Problem 01
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import Dependencies._
|
||||
|
||||
ThisBuild / scalaVersion := "3.8.2"
|
||||
ThisBuild / version := "0.1.0-SNAPSHOT"
|
||||
ThisBuild / organization := "com.example"
|
||||
ThisBuild / organizationName := "example"
|
||||
|
||||
lazy val root = (project in file("."))
|
||||
.settings(
|
||||
name := "ninetyNineScalaProblems",
|
||||
libraryDependencies += munit % Test
|
||||
)
|
||||
|
||||
// See https://www.scala-sbt.org/1.x/docs/Using-Sonatype.html for instructions on how to publish to Sonatype.
|
||||
|
||||
|
||||
libraryDependencies += "org.scalameta" %% "munit" % "1.0.4" % Test
|
||||
Reference in New Issue
Block a user