-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from julianmendez/development
Update versions used
- Loading branch information
Showing
6 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import sbt.Keys.scalacOptions | ||
|
||
lazy val scala3_4 = "3.4.0" | ||
lazy val scala3_4 = "3.4.2" | ||
|
||
lazy val commonSettings = | ||
Seq( | ||
|
@@ -13,8 +13,7 @@ lazy val commonSettings = | |
organizationName := "Umea University", | ||
organizationHomepage := Some(url("https://www.umu.se/en/department-of-computing-science/")), | ||
developers := List( | ||
Developer("julianmendez", "Julian Alfredo Mendez", "[email protected]", new URL | ||
("https://julianmendez.github.io")) | ||
Developer("julianmendez", "Julian Alfredo Mendez", "[email protected]", url("https://julianmendez.github.io")) | ||
), | ||
|
||
/** | ||
|
@@ -33,7 +32,7 @@ lazy val commonSettings = | |
* [[https://github.com/scalatest/scalatest]] | ||
* [[https://repo1.maven.org/maven2/org/scalatest/]] | ||
*/ | ||
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.18" % "test", | ||
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % "test", | ||
resolvers += Resolver.mavenLocal, | ||
publishTo := Some(Resolver.mavenLocal), | ||
publishMavenStyle := true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters